openapi generated file

This commit is contained in:
Josh Horwitz 2017-05-27 22:39:30 -04:00
parent 0200df5539
commit 0fc75d5fd5

View File

@ -53319,6 +53319,13 @@
"type": "string"
}
},
"allowedHostPaths": {
"description": "AllowedHostPaths is a white list of allowed host path prefixes. Empty indicates that all host paths may be used.",
"type": "array",
"items": {
"type": "string"
}
},
"defaultAddCapabilities": {
"description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities.",
"type": "array",