package options

import "k8s.io/kubernetes/cmd/cloud-controller-manager/app/options"

Index

Types

type CloudControllerManagerServer

type CloudControllerManagerServer struct {
	componentconfig.KubeControllerManagerConfiguration

	Master     string
	Kubeconfig string
}

CloudControllerMangerServer is the main context object for the controller manager.

func NewCloudControllerManagerServer

func NewCloudControllerManagerServer() *CloudControllerManagerServer

NewCloudControllerManagerServer creates a new ExternalCMServer with a default config.

func (*CloudControllerManagerServer) AddFlags

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

AddFlags adds flags for a specific ExternalCMServer to the specified FlagSet

Source Files

options.go

Version
v1.6.0-beta.2
Published
Mar 8, 2017
Platform
js/wasm
Imports
8 packages
Last checked
4 minutes ago

Tools for package owners.