...

Package names

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

Overview ▾

Index ▾

Package files

names.go

Constants

const (
    PrioritySort                    = "PrioritySort"
    DefaultBinder                   = "DefaultBinder"
    DefaultPreemption               = "DefaultPreemption"
    DynamicResources                = "DynamicResources"
    ImageLocality                   = "ImageLocality"
    InterPodAffinity                = "InterPodAffinity"
    NodeAffinity                    = "NodeAffinity"
    NodeName                        = "NodeName"
    NodePorts                       = "NodePorts"
    NodeResourcesBalancedAllocation = "NodeResourcesBalancedAllocation"
    NodeResourcesFit                = "NodeResourcesFit"
    NodeUnschedulable               = "NodeUnschedulable"
    NodeVolumeLimits                = "NodeVolumeLimits"
    AzureDiskLimits                 = "AzureDiskLimits"
    CinderLimits                    = "CinderLimits"
    EBSLimits                       = "EBSLimits"
    GCEPDLimits                     = "GCEPDLimits"
    PodTopologySpread               = "PodTopologySpread"
    SchedulingGates                 = "SchedulingGates"
    TaintToleration                 = "TaintToleration"
    VolumeBinding                   = "VolumeBinding"
    VolumeRestrictions              = "VolumeRestrictions"
    VolumeZone                      = "VolumeZone"
)