Versions in this module Expand all Collapse all v0 v0.1.0 Oct 23, 2021 Changes in this version + type Service struct + func NewSchedulerService(client clientset.Interface, restclientCfg *restclient.Config) *Service + func (s *Service) GetSchedulerConfig() *v1beta2config.KubeSchedulerConfiguration + func (s *Service) RestartScheduler(cfg *v1beta2config.KubeSchedulerConfiguration) error + func (s *Service) ShutdownScheduler() + func (s *Service) StartScheduler(versionedcfg *v1beta2config.KubeSchedulerConfiguration) error