package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
CheckDeprecatedFlags takes a list of existing feature gate flags and validates against the current feature flag set.
Enabled indicates whether a feature name has been enabled.
KnownFeatures returns a slice of strings describing the FeatureList features.
NewFeatureGate parses a string of the form "key1=value1,key2=value2,..." into a map[string]bool of known keys or returns an error.
Supports indicates whether a feature name is supported on the given feature set.
ValidateVersion ensures that a feature gate list is compatible with the chosen Kubernetes version.
# Constants
ControlPlaneKubeletLocalMode is expected to be in alpha in v1.31, beta in v1.33.
NodeLocalCRISocket is expected to be in alpha in v1.32, beta in v1.33, ga in v1.35.
PublicKeysECDSA is expected to be alpha in v1.19.
RootlessControlPlane is expected to be in alpha in v1.22.
WaitForAllControlPlaneComponents is expected to be alpha in v1.30.
# Variables
InitFeatureGates are the default feature gates for the init command.
# Type aliases
FeatureList represents a list of feature gates.