Versions in this module Expand all Collapse all v0 v0.19.5 Nov 6, 2024 v0.19.4 Nov 6, 2024 Changes in this version + const Alpha + const Beta + const Deprecated + const GA + func NewFeatureGate() *featureGate + type Feature string + type FeatureGate interface + DeepCopy func() MutableFeatureGate + Enabled func(key Feature) bool + KnownFeatures func() []string + type FeatureSpec struct + Default bool + LockToDefault bool + PreRelease prerelease + type MutableFeatureGate interface + Add func(features map[Feature]FeatureSpec) error + AddFlag func(fs *flag.FlagSet) + GetAll func() map[Feature]FeatureSpec + OverrideDefault func(name Feature, override bool) error + Set func(value string) error + SetFromMap func(m map[string]bool) error