...
1
16
17 package names
18
19 const (
20 PrioritySort = "PrioritySort"
21 DefaultBinder = "DefaultBinder"
22 DefaultPreemption = "DefaultPreemption"
23 DynamicResources = "DynamicResources"
24 ImageLocality = "ImageLocality"
25 InterPodAffinity = "InterPodAffinity"
26 NodeAffinity = "NodeAffinity"
27 NodeName = "NodeName"
28 NodePorts = "NodePorts"
29 NodeResourcesBalancedAllocation = "NodeResourcesBalancedAllocation"
30 NodeResourcesFit = "NodeResourcesFit"
31 NodeUnschedulable = "NodeUnschedulable"
32 NodeVolumeLimits = "NodeVolumeLimits"
33 AzureDiskLimits = "AzureDiskLimits"
34 CinderLimits = "CinderLimits"
35 EBSLimits = "EBSLimits"
36 GCEPDLimits = "GCEPDLimits"
37 PodTopologySpread = "PodTopologySpread"
38 SchedulingGates = "SchedulingGates"
39 TaintToleration = "TaintToleration"
40 VolumeBinding = "VolumeBinding"
41 VolumeRestrictions = "VolumeRestrictions"
42 VolumeZone = "VolumeZone"
43 )
44
View as plain text