package options
import "k8s.io/kubernetes/plugin/cmd/kube-scheduler/app/options"
Package options provides the scheduler flags
Index ¶
Types ¶
type SchedulerServer ¶
type SchedulerServer struct { Port int Address net.IP AlgorithmProvider string PolicyConfigFile string EnableProfiling bool Master string Kubeconfig string BindPodsQPS float32 BindPodsBurst int KubeAPIQPS float32 KubeAPIBurst int SchedulerName string LeaderElection leaderelection.LeaderElectionCLIConfig }
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
func (*SchedulerServer) AddFlags ¶
func (s *SchedulerServer) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags for a specific SchedulerServer to the specified FlagSet
Source Files ¶
options.go
- Version
- v1.2.0-alpha.6
- Published
- Jan 13, 2016
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 3 minutes ago –
Tools for package owners.