package
0.0.0-20170824060325-cf23810f2098
Repository: https://github.com/sttts/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package options provides the flags used for the controller manager.

# Functions

AttemptToLoadRecycler tries decoding a pod from a filepath for use as a recycler for a volume.
No description provided by the author
TODO: In general, any controller checking this needs to be dynamic so users don't have to restart their controller manager if they change the apiserver.
No description provided by the author
No description provided by the author
NewControllerInitializers is a public map of named controller groups (you can start more than one in an init func) paired to their InitFunc.
NewControllerManagerCommand creates a *cobra.Command object with default parameters.
ProbeAttachableVolumePlugins collects all volume plugins for the attach/ detach controller.
ProbeControllerVolumePlugins collects all persistent volume plugins into an easy to use list.
ResyncPeriod returns a function which generates a duration each time it is invoked; this is so that multiple controllers don't get into lock-step and all hammer the apiserver with list requests simultaneously.
Run runs the CMServer.
No description provided by the author

# Constants

Jitter used when starting controller managers.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Type aliases

InitFunc is used to launch a particular controller.