Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZerokProbeReconciler ¶
type ZerokProbeReconciler struct { client.Client Scheme *runtime.Scheme ZkCRDProbeHandler *handler.ZkCRDProbeHandler Recorder record.EventRecorder }
ZerokProbeReconciler reconciles a ZerokProbe object
func (*ZerokProbeReconciler) FetchUpdatedProbeObject ¶
func (r *ZerokProbeReconciler) FetchUpdatedProbeObject(ctx context.Context, namespace, name string, zerokProbe *operatorv1alpha1.ZerokProbe) error
Let's re-fetch the Probe Custom Resource after update the status so that we have the latest state of the resource on the cluster
func (*ZerokProbeReconciler) SetupWithManager ¶
func (r *ZerokProbeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.