Documentation
¶
Index ¶
Constants ¶
View Source
const ( AutoEnableWorkloadClusterRegistry featuregate.Feature = "AutoEnableWorkloadClusterRegistry" SynchronizeWorkloadClusterRegistry featuregate.Feature = "SynchronizeWorkloadClusterRegistry" )
Variables ¶
View Source
var ( // MutableGates is a mutable version of DefaultFeatureGate. // Only top-level commands/options setup should make use of this. // Tests that need to modify feature gates for the duration of their test should use: // featuregatetesting "k8s.io/component-base/featuregate/testing" // featuregatetesting.SetFeatureGateDuringTest( // t, // feature.Gates, // feature.<FeatureName>, // <value>, // )() MutableGates featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // Gates is a shared global FeatureGate. Gates featuregate.FeatureGate = MutableGates )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.