diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index e635a55657a..ef7df557159 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -1965,7 +1965,7 @@ }, "mountPath": { "type": "string", - "description": "Path within the container at which the volume should be mounted." + "description": "Path within the container at which the volume should be mounted. Must not contain ':'." } } }, diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 3bbb14719b3..233e9acaae4 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -6293,7 +6293,7 @@ }, "mountPath": { "type": "string", - "description": "Path within the container at which the volume should be mounted." + "description": "Path within the container at which the volume should be mounted. Must not contain ':'." } } }, diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 7090c15a9ad..1039410c265 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -16826,7 +16826,7 @@ }, "mountPath": { "type": "string", - "description": "Path within the container at which the volume should be mounted." + "description": "Path within the container at which the volume should be mounted. Must not contain ':'." } } }, diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 2e81b5291bd..748e084d52c 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -814,7 +814,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
mountPath
Path within the container at which the volume should be mounted.
Path within the container at which the volume should be mounted. Must not contain :.
true
string