Documentation ¶
Overview ¶
Package controllers contains the main controller, where the reconciliation starts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenTelemetryCollectorReconciler ¶
type OpenTelemetryCollectorReconciler struct { client.Client // contains filtered or unexported fields }
OpenTelemetryCollectorReconciler reconciles a OpenTelemetryCollector object.
func NewReconciler ¶
func NewReconciler(p Params) *OpenTelemetryCollectorReconciler
NewReconciler creates a new reconciler for OpenTelemetryCollector objects.
func (*OpenTelemetryCollectorReconciler) Reconcile ¶
func (r *OpenTelemetryCollectorReconciler) Reconcile(_ context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile the current state of an OpenTelemetry collector resource with the desired state.
func (*OpenTelemetryCollectorReconciler) RunTasks ¶
func (r *OpenTelemetryCollectorReconciler) RunTasks(ctx context.Context, params reconcile.Params) error
RunTasks runs all the tasks associated with this reconciler.
func (*OpenTelemetryCollectorReconciler) SetupWithManager ¶
func (r *OpenTelemetryCollectorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager tells the manager what our controller is interested in.
Click to show internal directories.
Click to hide internal directories.