Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 NewAutoscalerReconciler(client client.Client, scheme *runtime.Scheme, componentMeta metav1.ObjectMeta, componentExt *v1beta1.ComponentExtensionSpec) (*AutoscalerReconciler, error)
func (*AutoscalerReconciler) Reconcile ¶
func (r *AutoscalerReconciler) Reconcile() (*Autoscaler, error)
Reconcile ...
Click to show internal directories.
Click to hide internal directories.