Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusDatasourceReconciler ¶
type PrometheusDatasourceReconciler struct {
// Client for the kubernetes API.
client.Client
// Kubernetes scheme to use for the deschedulings.
Scheme *runtime.Scheme
// Config for the reconciler.
Conf conf.Config
// Monitor for tracking the datasource syncs.
Monitor datasources.Monitor
}
func (*PrometheusDatasourceReconciler) Reconcile ¶
func (r *PrometheusDatasourceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
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 (*PrometheusDatasourceReconciler) SetupWithManager ¶
func (r *PrometheusDatasourceReconciler) SetupWithManager(mgr manager.Manager) error
Click to show internal directories.
Click to hide internal directories.