UNPKG

@jkcfg/kubernetes

Version:
14 lines 611 B
{ "description": "defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.", "properties": { "pathPrefix": { "description": "is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }