alphaClusterFeatureGates property
The list of user specified Kubernetes feature gates.
Each string represents the activation status of a feature gate (e.g. "featureX=true" or "featureX=false")
Implementation
core.List<core.String>? alphaClusterFeatureGates;