Documentation ¶
Index ¶
Constants ¶
View Source
const ( KubeControllerManagerConfigKey = "config.json" RecyclerPodTemplateKey = "recycler-pod.yaml" )
View Source
const (
ComponentName = "kube-controller-manager"
)
Variables ¶
This section is empty.
Functions ¶
func NewComponent ¶
func NewComponent() component.ControlPlaneComponent
Types ¶
type KubeControllerManager ¶
type KubeControllerManager struct { }
func (*KubeControllerManager) IsRequestServing ¶
func (k *KubeControllerManager) IsRequestServing() bool
IsRequestServing implements controlplanecomponent.ComponentOptions.
func (*KubeControllerManager) MultiZoneSpread ¶
func (k *KubeControllerManager) MultiZoneSpread() bool
MultiZoneSpread implements controlplanecomponent.ComponentOptions.
func (*KubeControllerManager) NeedsManagementKASAccess ¶
func (k *KubeControllerManager) NeedsManagementKASAccess() bool
NeedsManagementKASAccess implements controlplanecomponent.ComponentOptions.
Click to show internal directories.
Click to hide internal directories.