scheduler: remove unused plugin name ServiceAffinity

This commit is contained in:
SataQiu 2022-09-28 17:25:18 +08:00
parent 1294f557b9
commit 7ab0c56f71

View File

@ -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"