Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + const CloudControllerManagerUserAgent + const DefaultInsecureCloudControllerManagerPort + func NewDefaultComponentConfig(insecurePort int32) (*ccmconfig.CloudControllerManagerConfiguration, error) + type CloudControllerManagerOptions struct + Authentication *apiserveroptions.DelegatingAuthenticationOptions + Authorization *apiserveroptions.DelegatingAuthorizationOptions + Generic *cmoptions.GenericControllerManagerConfigurationOptions + InsecureServing *apiserveroptions.DeprecatedInsecureServingOptionsWithLoopback + KubeCloudShared *cmoptions.KubeCloudSharedOptions + Kubeconfig string + Master string + NodeStatusUpdateFrequency metav1.Duration + SecureServing *apiserveroptions.SecureServingOptionsWithLoopback + ServiceController *cmoptions.ServiceControllerOptions + func NewCloudControllerManagerOptions() (*CloudControllerManagerOptions, error) + func (o *CloudControllerManagerOptions) ApplyTo(c *cloudcontrollerconfig.Config, userAgent string) error + func (o *CloudControllerManagerOptions) Config(allControllers, disabledByDefaultControllers []string) (*cloudcontrollerconfig.Config, error) + func (o *CloudControllerManagerOptions) Flags(allControllers, disabledByDefaultControllers []string) cliflag.NamedFlagSets + func (o *CloudControllerManagerOptions) Validate(allControllers, disabledByDefaultControllers []string) error