Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner: @damemi // alpha: v1.21 // beta: v1.22 // // Enables scaling down replicas via logarithmic comparison of creation/ready timestamps LogarithmicScaleDown featuregate.Feature = "LogarithmicScaleDown" // alpha: v1.24 // // Enables maxUnavailable for PetSet MaxUnavailablePetSet featuregate.Feature = "MaxUnavailablePetSet" // owner: @mattcary // alpha: v1.22 // beta: v1.27 // // Enables policies controlling deletion of PVCs created by a PetSet. PetSetAutoDeletePVC featuregate.Feature = "PetSetAutoDeletePVC" // owner: @psch // alpha: v1.26 // beta: v1.27 // // Enables a PetSet to start from an arbitrary non zero ordinal PetSetStartOrdinal featuregate.Feature = "PetSetStartOrdinal" // owner: @ahg-g // alpha: v1.21 // beta: v1.22 // // Enables controlling pod ranking on replicaset scale-down. PodDeletionCost featuregate.Feature = "PodDeletionCost" // owner: @danielvegamyhre // kep: https://kep.k8s.io/4017 // beta: v1.28 // // Set pod completion index as a pod label for Indexed Jobs. PodIndexLabel featuregate.Feature = "PodIndexLabel" )
Variables ¶
View Source
var ( // 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>)() DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // DefaultFeatureGate is a shared global FeatureGate. // Top-level commands/options setup that needs to modify this feature gate should use DefaultMutableFeatureGate. DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.