package app
import "k8s.io/kubernetes/cmd/cloud-controller-manager/app"
Index ¶
- Constants
- func NewCloudControllerManagerCommand() *cobra.Command
- func Run(c *cloudcontrollerconfig.CompletedConfig, stopCh <-chan struct{}) error
Constants ¶
const ( // ControllerStartJitter is the jitter value used when starting controller managers. ControllerStartJitter = 1.0 )
Functions ¶
func NewCloudControllerManagerCommand ¶
NewCloudControllerManagerCommand creates a *cobra.Command object with default parameters
func Run ¶
func Run(c *cloudcontrollerconfig.CompletedConfig, stopCh <-chan struct{}) error
Run runs the ExternalCMServer. This should never exit.
Source Files ¶
controllermanager.go
Directories ¶
- Version
- v1.12.1-beta.0
- Published
- Sep 27, 2018
- Platform
- js/wasm
- Imports
- 25 packages
- Last checked
- 58 seconds ago –
Tools for package owners.