package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

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 parse 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.

# Constants

SelfHosting is beta in v1.8.
StoreCertsInSecrets is alpha in v1.8.

# Variables

InitFeatureGates are the default feature gates for the init command.

# Type aliases

FeatureList represents a list of feature gates.