package feature
import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
Index ¶
Types ¶
type Features ¶
type Features struct { EnableDynamicResourceAllocation bool EnableVolumeCapacityPriority bool EnableMinDomainsInPodTopologySpread bool EnableNodeInclusionPolicyInPodTopologySpread bool EnableMatchLabelKeysInPodTopologySpread bool EnablePodSchedulingReadiness bool EnablePodDisruptionConditions bool EnableInPlacePodVerticalScaling bool EnableSidecarContainers bool }
Features carries feature gate values used by various plugins. This struct allows us to break the dependency of the plugins on the internal k8s features pkg.
Source Files ¶
feature.go
- Version
- v1.29.11
- Published
- Nov 20, 2024
- Platform
- windows/amd64
- Last checked
- 1 minute ago –
Tools for package owners.