Versions in this module Expand all Collapse all v0 v0.20.0 Jun 24, 2015 Changes in this version + const SCHEDULER_SERVICE_NAME + type SchedulerServer struct + APIServerList util.StringList + Address util.IP + AdvertisedAddress string + AllowPrivileged bool + AuthPath string + Checkpoint bool + ClusterDNS util.IP + ClusterDomain string + DriverPort uint + EnableProfiling bool + EtcdConfigFile string + EtcdServerList util.StringList + ExecutorBindall bool + ExecutorLogV int + ExecutorPath string + ExecutorProxyBindall bool + ExecutorRunProxy bool + ExecutorSuicideTimeout time.Duration + FailoverTimeout float64 + FrameworkName string + FrameworkWebURI string + Graceful bool + HA bool + HADomain string + HostnameOverride string + KMPath string + KubeletCadvisorPort uint + KubeletDockerEndpoint string + KubeletHostNetworkSources string + KubeletNetworkPluginName string + KubeletPodInfraContainerImage string + KubeletRootDirectory string + KubeletSyncFrequency time.Duration + MesosAuthPrincipal string + MesosAuthProvider string + MesosAuthSecretFile string + MesosMaster string + MesosRole string + MesosUser string + Port int + ProxyPath string + ReconcileCooldown time.Duration + ReconcileInterval int64 + SchedulerConfigFileName string + ServiceAddress util.IP + StaticPodsConfigPath string + func NewSchedulerServer() *SchedulerServer + func (s *SchedulerServer) AddHyperkubeFlags(fs *pflag.FlagSet) + func (s *SchedulerServer) AddStandaloneFlags(fs *pflag.FlagSet) + func (s *SchedulerServer) Run(hks hyperkube.Interface, _ []string) error