Merge pull request #111258 from dobsonj/kep-596-ga-feature-flag

KEP-596: Move CSIInlineVolume feature to GA
This commit is contained in:
Kubernetes Prow Robot
2022-08-05 13:54:30 -07:00
committed by GitHub
25 changed files with 258 additions and 322 deletions

View File

@@ -36477,7 +36477,7 @@ func schema_k8sio_api_policy_v1beta1_PodSecurityPolicySpec(ref common.ReferenceC
},
"allowedCSIDrivers": {
SchemaProps: spec.SchemaProps{
Description: "AllowedCSIDrivers is an allowlist 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 a beta field, and is only honored if the API server enables the CSIInlineVolume feature gate.",
Description: "AllowedCSIDrivers is an allowlist 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.",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{