mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Merge pull request #112766 from SataQiu/scheduler-cleanup-20220928
scheduler: remove unused plugin name ServiceAffinity
This commit is contained in:
commit
56535a629e
@ -34,7 +34,6 @@ const (
|
|||||||
GCEPDLimits = "GCEPDLimits"
|
GCEPDLimits = "GCEPDLimits"
|
||||||
PodTopologySpread = "PodTopologySpread"
|
PodTopologySpread = "PodTopologySpread"
|
||||||
SelectorSpread = "SelectorSpread"
|
SelectorSpread = "SelectorSpread"
|
||||||
ServiceAffinity = "ServiceAffinity"
|
|
||||||
TaintToleration = "TaintToleration"
|
TaintToleration = "TaintToleration"
|
||||||
VolumeBinding = "VolumeBinding"
|
VolumeBinding = "VolumeBinding"
|
||||||
VolumeRestrictions = "VolumeRestrictions"
|
VolumeRestrictions = "VolumeRestrictions"
|
||||||
|
Loading…
Reference in New Issue
Block a user