controllers

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package controllers contains the main controller, where the reconciliation starts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildCollector added in v1.1.0

func BuildCollector(params manifests.Params) ([]client.Object, error)

BuildCollector returns the generation and collected errors of all manifests for a given instance.

Types

type AmazonCloudWatchAgentReconciler

type AmazonCloudWatchAgentReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

AmazonCloudWatchAgentReconciler reconciles a AmazonCloudWatchAgent object.

func NewReconciler

func NewReconciler(p Params) *AmazonCloudWatchAgentReconciler

NewReconciler creates a new reconciler for AmazonCloudWatchAgent objects.

func (*AmazonCloudWatchAgentReconciler) Reconcile

Reconcile the current state of an OpenTelemetry collector resource with the desired state.

func (*AmazonCloudWatchAgentReconciler) SetupWithManager

func (r *AmazonCloudWatchAgentReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager tells the manager what our controller is interested in.

type Params

type Params struct {
	client.Client
	Recorder record.EventRecorder
	Scheme   *runtime.Scheme
	Log      logr.Logger
	Config   config.Config
}

Params is the set of options to build a new AmazonCloudWatchAgentReconciler.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL