mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
generated files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user