Merge pull request #82004 from pohly/ephemeral-beta

ephemeral inline CSI volumes as beta
This commit is contained in:
Kubernetes Prow Robot
2019-08-29 09:30:25 -07:00
committed by GitHub
9 changed files with 8 additions and 9 deletions

View File

@@ -13276,7 +13276,7 @@
"type": "boolean"
},
"allowedCSIDrivers": {
"description": "AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.",
"description": "AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes.",
"items": {
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.AllowedCSIDriver"
},