Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner: @ingvagabund // kep: https://github.com/kubernetes-sigs/descheduler/issues/1397 // alpha: v1.31 // // Enable evictions in background so users can create their own eviction policies // as an alternative to immediate evictions. EvictionsInBackground featuregate.Feature = "EvictionsInBackground" )
Variables ¶
View Source
var DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()
DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate. Only top-level commands/options setup and the k8s.io/component-base/featuregate/testing package should make use of this. Tests that need to modify feature gates for the duration of their test should use:
defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.<FeatureName>, <value>)()
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.