Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + type CloudProviderConfiguration struct + CloudConfigFile string + Name string + func (in *CloudProviderConfiguration) DeepCopy() *CloudProviderConfiguration + func (in *CloudProviderConfiguration) DeepCopyInto(out *CloudProviderConfiguration) + type DeprecatedControllerConfiguration struct + DeletingPodsBurst int32 + DeletingPodsQPS float32 + RegisterRetryCount int32 + func (in *DeprecatedControllerConfiguration) DeepCopy() *DeprecatedControllerConfiguration + func (in *DeprecatedControllerConfiguration) DeepCopyInto(out *DeprecatedControllerConfiguration) + type GenericControllerManagerConfiguration struct + Address string + ClientConnection componentbaseconfig.ClientConnectionConfiguration + ControllerStartInterval metav1.Duration + Controllers []string + Debugging componentbaseconfig.DebuggingConfiguration + LeaderElection componentbaseconfig.LeaderElectionConfiguration + MinResyncPeriod metav1.Duration + Port int32 + func (in *GenericControllerManagerConfiguration) DeepCopy() *GenericControllerManagerConfiguration + func (in *GenericControllerManagerConfiguration) DeepCopyInto(out *GenericControllerManagerConfiguration) + type KubeCloudSharedConfiguration struct + AllocateNodeCIDRs bool + AllowUntaggedCloud bool + CIDRAllocatorType string + CloudProvider CloudProviderConfiguration + ClusterCIDR string + ClusterName string + ConfigureCloudRoutes bool + ExternalCloudVolumePlugin string + NodeMonitorPeriod metav1.Duration + NodeSyncPeriod metav1.Duration + RouteReconciliationPeriod metav1.Duration + UseServiceAccountCredentials bool + func (in *KubeCloudSharedConfiguration) DeepCopy() *KubeCloudSharedConfiguration + func (in *KubeCloudSharedConfiguration) DeepCopyInto(out *KubeCloudSharedConfiguration) + type KubeControllerManagerConfiguration struct + AttachDetachController attachdetachconfig.AttachDetachControllerConfiguration + CSRSigningController csrsigningconfig.CSRSigningControllerConfiguration + DaemonSetController daemonconfig.DaemonSetControllerConfiguration + DeploymentController deploymentconfig.DeploymentControllerConfiguration + DeprecatedController DeprecatedControllerConfiguration + EndpointController endpointconfig.EndpointControllerConfiguration + EndpointSliceController endpointsliceconfig.EndpointSliceControllerConfiguration + GarbageCollectorController garbagecollectorconfig.GarbageCollectorControllerConfiguration + Generic GenericControllerManagerConfiguration + HPAController poautosclerconfig.HPAControllerConfiguration + JobController jobconfig.JobControllerConfiguration + KubeCloudShared KubeCloudSharedConfiguration + NamespaceController namespaceconfig.NamespaceControllerConfiguration + NodeIPAMController nodeipamconfig.NodeIPAMControllerConfiguration + NodeLifecycleController nodelifecycleconfig.NodeLifecycleControllerConfiguration + PersistentVolumeBinderController persistentvolumeconfig.PersistentVolumeBinderControllerConfiguration + PodGCController podgcconfig.PodGCControllerConfiguration + ReplicaSetController replicasetconfig.ReplicaSetControllerConfiguration + ReplicationController replicationconfig.ReplicationControllerConfiguration + ResourceQuotaController resourcequotaconfig.ResourceQuotaControllerConfiguration + SAController serviceaccountconfig.SAControllerConfiguration + ServiceController serviceconfig.ServiceControllerConfiguration + StatefulSetController statefulsetconfig.StatefulSetControllerConfiguration + TTLAfterFinishedController ttlafterfinishedconfig.TTLAfterFinishedControllerConfiguration + func (in *KubeControllerManagerConfiguration) DeepCopy() *KubeControllerManagerConfiguration + func (in *KubeControllerManagerConfiguration) DeepCopyInto(out *KubeControllerManagerConfiguration) + func (in *KubeControllerManagerConfiguration) DeepCopyObject() runtime.Object