Merge pull request #120399 from SataQiu/clean-scheduler-20230904

scheduler: remove unused constant SchedulerPolicyConfigMapKey
This commit is contained in:
Kubernetes Prow Robot
2023-09-05 00:05:52 -07:00
committed by GitHub

View File

@@ -26,10 +26,6 @@ import (
)
const (
// SchedulerPolicyConfigMapKey defines the key of the element in the
// scheduler's policy ConfigMap that contains scheduler's policy config.
SchedulerPolicyConfigMapKey = "policy.cfg"
// DefaultKubeSchedulerPort is the default port for the scheduler status server.
// May be overridden by a flag at startup.
DefaultKubeSchedulerPort = 10259