Merge pull request #76546 from HotelsDotCom/kep/VolumeSubpathEnvExpansion-Beta

Beta upgrade for feature gate VolumeSubpathEnvExpansion
This commit is contained in:
Kubernetes Prow Robot
2019-04-19 01:05:56 -07:00
committed by GitHub
7 changed files with 13 additions and 13 deletions

View File

@@ -11122,7 +11122,7 @@
"type": "string"
},
"subPathExpr": {
"description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive. This field is alpha in 1.14.",
"description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive. This field is beta in 1.15.",
"type": "string"
}
},