Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NewRelicReconciler ¶
type NewRelicReconciler struct { client.Client Scheme *k8sruntime.Scheme // contains filtered or unexported fields }
NewRelicReconciler reconciles a Monitor object
func (*NewRelicReconciler) 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. It currently checks the user's desired version of nri-bundle, and starts/restarts the proper HelmChart reconciler accordingly.
func (*NewRelicReconciler) SetupWithManager ¶
func (r *NewRelicReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
func (*NewRelicReconciler) Stop ¶
func (r *NewRelicReconciler) Stop()
Stop should be called whenever the reconciler exits, to ensure all subprocesses are also halted.
Click to show internal directories.
Click to hide internal directories.