mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 01:50:55 +00:00
scheduler: remove unused constant SchedulerPolicyConfigMapKey
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user