Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MutableFeatureGate is a mutable version of FeatureGate. // Only top-level commands/options setup and the k8s.io/component-base/featuregate/testing package should make use of this. MutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // FeatureGate is a shared global FeatureGate. // Top-level commands/options setup that needs to modify this featuregate gate should use MutableFeatureGate. FeatureGate featuregate.FeatureGate = MutableFeatureGate )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.