mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #120399 from SataQiu/clean-scheduler-20230904
scheduler: remove unused constant SchedulerPolicyConfigMapKey
This commit is contained in:
commit
9fca4ec44a
@ -26,10 +26,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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.
|
// DefaultKubeSchedulerPort is the default port for the scheduler status server.
|
||||||
// May be overridden by a flag at startup.
|
// May be overridden by a flag at startup.
|
||||||
DefaultKubeSchedulerPort = 10259
|
DefaultKubeSchedulerPort = 10259
|
||||||
|
Loading…
Reference in New Issue
Block a user