package controllermanager
import "k8s.io/kubernetes/contrib/mesos/pkg/controllermanager"
Package controllermanager is largely a clone of the upstream implementation, with additional functionality to select between stock or a customized endpoints controller.
Index ¶
Constants ¶
const ( // Jitter used when starting controller managers ControllerStartJitter = 1.0 )
Types ¶
type CMServer ¶
CMServer is the main context object for the controller manager.
func NewCMServer ¶
func NewCMServer() *CMServer
NewCMServer creates a new CMServer with a default config.
func (*CMServer) AddFlags ¶
AddFlags adds flags for a specific CMServer to the specified FlagSet
func (*CMServer) Run ¶
Source Files ¶
controllermanager.go doc.go
- Version
- v1.4.9
- Published
- Feb 15, 2017
- Platform
- js/wasm
- Imports
- 47 packages
- Last checked
- 7 seconds ago –
Tools for package owners.