package feature

import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"

Index

Types

type Features

type Features struct {
	EnableDRAPrioritizedList                     bool
	EnableDRAAdminAccess                         bool
	EnableDRADeviceTaints                        bool
	EnableDynamicResourceAllocation              bool
	EnableVolumeAttributesClass                  bool
	EnableCSIMigrationPortworx                   bool
	EnableNodeInclusionPolicyInPodTopologySpread bool
	EnableMatchLabelKeysInPodTopologySpread      bool
	EnableInPlacePodVerticalScaling              bool
	EnableSidecarContainers                      bool
	EnableSchedulingQueueHint                    bool
	EnableAsyncPreemption                        bool
	EnablePodLevelResources                      bool
	EnablePartitionableDevices                   bool
	EnableStorageCapacityScoring                 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.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Last checked
3 hours ago

Tools for package owners.