Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "hpa-controller"
ControllerName is the controller name that will be used when reporting events.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HorizontalPodAutoscalerController ¶
type HorizontalPodAutoscalerController struct { client.Client // used to operate HorizontalPodAutoscaler resources. DynamicClient dynamic.Interface // used to fetch arbitrary resources from api server. InformerManager genericmanager.SingleClusterInformerManager // used to fetch arbitrary resources from cache. EventRecorder record.EventRecorder RESTMapper meta.RESTMapper }
HorizontalPodAutoscalerController is to sync HorizontalPodAutoscaler.
func (*HorizontalPodAutoscalerController) Reconcile ¶
func (c *HorizontalPodAutoscalerController) Reconcile(ctx context.Context, req controllerruntime.Request) (controllerruntime.Result, error)
Reconcile performs a full reconciliation for the object referred to by the Request. The Controller will requeue the Request to be processed again if an error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*HorizontalPodAutoscalerController) SetupWithManager ¶
func (c *HorizontalPodAutoscalerController) SetupWithManager(mgr controllerruntime.Manager) error
SetupWithManager creates a controller and register to controller manager.
Click to show internal directories.
Click to hide internal directories.