generated files

This commit is contained in:
Josh Horwitz
2017-08-23 21:57:41 -04:00
parent fab6044a31
commit 6ec738a8ec
7 changed files with 283 additions and 501 deletions

View File

@@ -62403,10 +62403,10 @@
}
},
"io.k8s.api.extensions.v1beta1.AllowedHostPath": {
"description": "AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.",
"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": {
"path": {
"description": "PathPrefix is the path prefix that the host volume must match. PathPrefix 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`",
"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"
}
}
@@ -63285,7 +63285,7 @@
}
},
"allowedHostPaths": {
"description": "AllowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.",
"description": "is a white list of allowed host paths. Empty indicates that all host paths may be used.",
"type": "array",
"items": {
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.AllowedHostPath"