Documentation ¶
Index ¶
Constants ¶
View Source
const (
AutoscalerClassNone = "none"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscaler ¶
type Autoscaler struct { AutoscalerClass constants.AutoscalerClassType HPA *hpa.HPAReconciler }
type AutoscalerReconciler ¶
type AutoscalerReconciler struct { Autoscaler *Autoscaler // contains filtered or unexported fields }
AutoscalerReconciler is the struct of Raw K8S Object
func NewAutoscalerReconciler ¶
func (*AutoscalerReconciler) Reconcile ¶
func (r *AutoscalerReconciler) Reconcile(scaleToZero bool) (*Autoscaler, error)
Reconcile ...
Click to show internal directories.
Click to hide internal directories.