kubernetesk8s.io/kubernetes/contrib/mesos/pkg/controllermanager Index | Files

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

type CMServer struct {
	*options.CMServer
	UseHostPortEndpoints bool
}

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

func (s *CMServer) AddFlags(fs *pflag.FlagSet)

AddFlags adds flags for a specific CMServer to the specified FlagSet

func (*CMServer) Run

func (s *CMServer) Run(_ []string) error

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.