scheduler: remove unused constant SchedulerPolicyConfigMapKey

This commit is contained in:
SataQiu 2023-09-04 17:48:36 +08:00
parent cd04f47e8b
commit cae090e7fe

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