Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScaledJobReconciler ¶
type ScaledJobReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
ScaledJobReconciler reconciles a ScaledJob object
func (*ScaledJobReconciler) Reconcile ¶
Reconcile performs reconciliation on the identified ScaledJob resource based on the request information passed, returns the result and an error (if any).
func (*ScaledJobReconciler) SetupWithManager ¶
func (r *ScaledJobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager initializes the ScaledJobReconciler instance and starts a new controller managed by the passed Manager instance.
type ScaledObjectReconciler ¶
type ScaledObjectReconciler struct { Log logr.Logger Client client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
ScaledObjectReconciler reconciles a ScaledObject object
func (*ScaledObjectReconciler) Reconcile ¶
Reconcile performs reconciliation on the identified ScaledObject resource based on the request information passed, returns the result and an error (if any).
func (*ScaledObjectReconciler) SetupWithManager ¶
func (r *ScaledObjectReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager initializes the ScaledObjectReconciler instance and starts a new controller managed by the passed Manager instance.