diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index c7a05ea1b1d..0d69c037599 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -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",