Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BenchmarkJobReconciler ¶
type BenchmarkJobReconciler struct { client.Client Clientset kubernetes.Interface Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
BenchmarkJobReconciler reconciles a BenchmarkJob object.
func (*BenchmarkJobReconciler) Reconcile ¶
func (r *BenchmarkJobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is the entry point for the reconciliation logic.
func (*BenchmarkJobReconciler) SetupWithManager ¶
func (r *BenchmarkJobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.