Documentation ¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "cluster-autoscaler" ImageStreamAutoscalerImage = "cluster-autoscaler" )
Variables ¶
This section is empty.
Functions ¶
func AdaptDeployment ¶
func AdaptDeployment(cpContext component.ControlPlaneContext, deployment *appsv1.Deployment) error
func NewComponent ¶
func NewComponent() component.ControlPlaneComponent
Types ¶
type Autoscaler ¶
type Autoscaler struct { }
func (*Autoscaler) IsRequestServing ¶
func (a *Autoscaler) IsRequestServing() bool
IsRequestServing implements controlplanecomponent.ComponentOptions.
func (*Autoscaler) MultiZoneSpread ¶
func (a *Autoscaler) MultiZoneSpread() bool
MultiZoneSpread implements controlplanecomponent.ComponentOptions.
func (*Autoscaler) NeedsManagementKASAccess ¶
func (a *Autoscaler) NeedsManagementKASAccess() bool
NeedsManagementKASAccess implements controlplanecomponent.ComponentOptions.
Click to show internal directories.
Click to hide internal directories.