Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ControllerStartJitter is the jitter value used when starting controller managers.
ControllerStartJitter = 1.0
)
Variables ¶
This section is empty.
Functions ¶
func RunControllers ¶
func RunControllers( ccm *ServerCCM, clientBuilder controller.ControllerClientBuilder, stop <-chan struct{}, ) error
RunControllers starts the cloud specific controller loops.
Types ¶
type ServerCCM ¶
type ServerCCM struct { ccfg.KubeControllerManagerConfiguration Master string Kubeconfig string // NodeStatusUpdateFrequency is the frequency at which the controller // updates nodes' status NodeStatusUpdateFrequency metav1.Duration // contains filtered or unexported fields }
ServerCCM is the main context object for the controller manager.
func NewServerCCM ¶
func NewServerCCM() *ServerCCM
NewServerCCM creates a new ExternalCMServer with a default config.
Click to show internal directories.
Click to hide internal directories.