From 7ab0c56f71293448a925fd2035c6046c87c6810d Mon Sep 17 00:00:00 2001 From: SataQiu Date: Wed, 28 Sep 2022 17:25:18 +0800 Subject: [PATCH] scheduler: remove unused plugin name ServiceAffinity --- pkg/scheduler/framework/plugins/names/names.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/scheduler/framework/plugins/names/names.go b/pkg/scheduler/framework/plugins/names/names.go index 83aafca8015..1fd9d72a668 100644 --- a/pkg/scheduler/framework/plugins/names/names.go +++ b/pkg/scheduler/framework/plugins/names/names.go @@ -34,7 +34,6 @@ const ( GCEPDLimits = "GCEPDLimits" PodTopologySpread = "PodTopologySpread" SelectorSpread = "SelectorSpread" - ServiceAffinity = "ServiceAffinity" TaintToleration = "TaintToleration" VolumeBinding = "VolumeBinding" VolumeRestrictions = "VolumeRestrictions"