Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ConfigurationBundle enables the configuration bundle feature for managing // bundled kcp configurations and resources. ConfigurationBundle featuregate.Feature = "ConfigurationBundle" )
Variables ¶
View Source
var ( // DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate. // Only top-level commands should make use of this. DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // DefaultFeatureGate is a shared global FeatureGate. DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate )
Functions ¶
func Enabled ¶
func Enabled(feature featuregate.Feature) bool
Enabled returns true if the feature gate is enabled.
func SetFeatureGateDuringTest ¶
func SetFeatureGateDuringTest(feature featuregate.Feature, enabled bool) error
SetFeatureGateDuringTest sets the specified gate to the specified value for testing purposes. This should only be used in tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.