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

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