Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobReconciler ¶
type JobReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Recorder record.EventRecorder }
JobReconciler reconciles a Job object
func NewJobReconciler ¶
func NewJobReconciler( client client.Client, scheme *runtime.Scheme, recorder record.EventRecorder, ) *JobReconciler
NewJobReconciler returns a new JobReconciler.
func (*JobReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*JobReconciler) SetupWithManager ¶
func (r *JobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.