Merge pull request #112766 from SataQiu/scheduler-cleanup-20220928

scheduler: remove unused plugin name ServiceAffinity
This commit is contained in:
Kubernetes Prow Robot
2022-09-28 18:40:30 -07:00
committed by GitHub

View File

@@ -34,7 +34,6 @@ const (
GCEPDLimits = "GCEPDLimits"
PodTopologySpread = "PodTopologySpread"
SelectorSpread = "SelectorSpread"
ServiceAffinity = "ServiceAffinity"
TaintToleration = "TaintToleration"
VolumeBinding = "VolumeBinding"
VolumeRestrictions = "VolumeRestrictions"