Documentation
¶
Overview ¶
Package options provides the scheduler flags
Index ¶
Constants ¶
View Source
const SchedulerPolicyConfigMapKey string = "policy.cfg"
SchedulerPolicyConfigMapKey defines the key of the element in the scheduler's policy ConfigMap that contains scheduler's policy config.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchedulerServer ¶
type SchedulerServer struct {
componentconfig.KubeSchedulerConfiguration
// Master is the address of the Kubernetes API server (overrides any
// value in kubeconfig).
Master string
// Kubeconfig is Path to kubeconfig file with authorization and master
// location information.
Kubeconfig string
}
SchedulerServer has all the context and params needed to run a Scheduler
func NewSchedulerServer ¶
func NewSchedulerServer() *SchedulerServer
NewSchedulerServer creates a new SchedulerServer with default parameters
Click to show internal directories.
Click to hide internal directories.