mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
scheduler: remove unused constant SchedulerPolicyConfigMapKey
This commit is contained in:
parent
cd04f47e8b
commit
cae090e7fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user