package controllermanager
import "k8s.io/kubernetes/pkg/controllermanager"
Package controllermanager implements a server that runs a set of active components. This includes replication controllers, service endpoints and nodes.
Index ¶
Functions ¶
func NewHyperkubeServer ¶
NewHyperkubeServer creates a new hyperkube Server object that includes the description and flags.
Types ¶
type CMServer ¶
type CMServer struct { Port int Address util.IP ClientConfig client.Config CloudProvider string CloudConfigFile string MinionRegexp string NodeSyncPeriod time.Duration ResourceQuotaSyncPeriod time.Duration RegisterRetryCount int MachineList util.StringList // TODO: Discover these by pinging the host machines, and rip out these params. NodeMilliCPU int64 NodeMemory resource.Quantity KubeletConfig client.KubeletConfig }
CMServer is the mail context object for the controller manager.
func NewCMServer ¶
func NewCMServer() *CMServer
NewCMServer creates a new CMServer with default a default config.
func (*CMServer) AddFlags ¶
AddFlags adds flags for a specific CMServer to the specified FlagSet
func (*CMServer) Run ¶
Run runs the CMServer. This should never exit.
Source Files ¶
controllermanager.go plugins.go
- Version
- v0.10.0
- Published
- Feb 3, 2015
- Platform
- js/wasm
- Imports
- 23 packages
- Last checked
- 4 minutes ago –
Tools for package owners.