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 // NodeStatusUpdateFrequency is the freuency at which the controller updates nodes' status NodeStatusUpdateFrequency metav1.Duration }
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.8.11-beta.0
- Published
- Mar 19, 2018
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 5 minutes ago –
Tools for package owners.