We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab002e9 + 621b913 commit 6913000Copy full SHA for 6913000
config/v1/types_feature.go
@@ -119,6 +119,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
119
with("MatchLabelKeysInPodTopologySpread"). // sig-scheduling, ingvagabund (#forum-workloads), Kubernetes feature gate
120
with("RetroactiveDefaultStorageClass"). // sig-storage, RomanBednar, Kubernetes feature gate
121
with("PDBUnhealthyPodEvictionPolicy"). // sig-apps, atiratree (#forum-workloads), Kubernetes feature gate
122
+ with("DynamicResourceAllocation"). // sig-scheduling, jchaloup (#forum-workloads), Kubernetes feature gate
123
toFeatures(),
124
LatencySensitive: newDefaultFeatures().
125
with(
0 commit comments