...

Package feature

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

Overview ▾

Index ▾

Package files

feature.go

type Features

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.

type Features struct {
    EnableDynamicResourceAllocation              bool
    EnableVolumeCapacityPriority                 bool
    EnableNodeInclusionPolicyInPodTopologySpread bool
    EnableMatchLabelKeysInPodTopologySpread      bool
    EnablePodDisruptionConditions                bool
    EnableInPlacePodVerticalScaling              bool
    EnableSidecarContainers                      bool
}