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
commit 56535a629e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"