From 86f1ebdd878d30032efaf2c50d6576be7e6b14a2 Mon Sep 17 00:00:00 2001 From: Josh Horwitz Date: Mon, 29 May 2017 12:57:29 -0400 Subject: [PATCH] swagger update --- api/swagger-spec/extensions_v1beta1.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index d779f674e54..1c890b0c032 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -9984,6 +9984,13 @@ "readOnlyRootFilesystem": { "type": "boolean", "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to." + }, + "allowedHostPaths": { + "type": "array", + "items": { + "type": "string" + }, + "description": "AllowedHostPaths is a white list of allowed host path prefixes. Empty indicates that all host paths may be used." } } },