package
1.14.0-alpha.0
Repository: https://github.com/everpeace/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.
Keys returns a slice of feature names for a given feature set.
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.
ResolveFeatureGateDependencies resolve dependencies between feature gates.
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
Auditing is beta in 1.8.
CoreDNS is GA in v1.11.
DynamicKubeletConfig is beta in v1.11.
HighAvailability is alpha in v1.9 - deprecated in v1.12 (TODO remove in v1.13).
SelfHosting is alpha in v1.8 and v1.9 - deprecated in v1.12 (TODO remove in v1.13).
StoreCertsInSecrets is alpha in v1.8 and v1.9 - deprecated in v1.12 (TODO remove in v1.13).
# Variables
InitFeatureGates are the default feature gates for the init command.
# Type aliases
FeatureList represents a list of feature gates.