package app

import "k8s.io/kubernetes/cmd/cloud-controller-manager/app"

Index

Constants

const (
	// Jitter used when starting controller managers
	ControllerStartJitter = 1.0
)

Functions

func NewCloudControllerManagerCommand

func NewCloudControllerManagerCommand() *cobra.Command

NewCloudControllerManagerCommand creates a *cobra.Command object with default parameters

func Run

Run runs the ExternalCMServer. This should never exit.

func StartControllers

func StartControllers(s *options.CloudControllerManagerServer, kubeconfig *restclient.Config, rootClientBuilder, clientBuilder controller.ControllerClientBuilder, stop <-chan struct{}, recorder record.EventRecorder, cloud cloudprovider.Interface) error

StartControllers starts the cloud specific controller loops.

Source Files

controllermanager.go

Directories

PathSynopsis
cmd/cloud-controller-manager/app/options
Version
v1.7.0-alpha.3
Published
May 5, 2017
Platform
js/wasm
Imports
32 packages
Last checked
16 minutes ago

Tools for package owners.