Documentation
¶
Index ¶
Constants ¶
View Source
const (
DDMonitorForceSyncPeriodEnvVar = "DD_MONITOR_FORCE_SYNC_PERIOD"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles a DatadogMonitor object
func NewReconciler ¶
func NewReconciler(client client.Client, ddClient datadogclient.DatadogMonitorClient, scheme *runtime.Scheme, log logr.Logger, recorder record.EventRecorder, operatorMetricsEnabled bool, metricForwardersMgr pkgutils.MetricsForwardersManager) (*Reconciler, error)
NewReconciler returns a new Reconciler object
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, instance *datadoghqv1alpha1.DatadogMonitor) (reconcile.Result, error)
Reconcile is similar to reconciler.Reconcile interface, but taking a context
Click to show internal directories.
Click to hide internal directories.