manifests

package
v0.102.0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ImmutableChangeErr = errors.New("immutable field change attempted")
)

Functions

func MutateFuncFor added in v0.85.0

func MutateFuncFor(existing, desired client.Object) controllerutil.MutateFn

MutateFuncFor returns a mutate function based on the existing resource's concrete type. It supports currently only the following types or else panics: - ConfigMap - Service - ServiceAccount - ClusterRole - ClusterRoleBinding - Role - RoleBinding - Deployment - DaemonSet - StatefulSet - ServiceMonitor - Ingress - HorizontalPodAutoscaler - Route - Secret In order for the operator to reconcile other types, they must be added here. The function returned takes no arguments but instead uses the existing and desired inputs here. Existing is expected to be set by the controller-runtime package through a client get call.

func ObjectIsNotNil added in v0.85.0

func ObjectIsNotNil(obj client.Object) bool

ObjectIsNotNil ensures that we only create an object IFF it isn't nil, and it's concrete type isn't nil either. This works around the Go type system by using reflection to verify its concrete type isn't nil.

Types

type Builder

type Builder func(params Params) ([]client.Object, error)

type ManifestFactory

type ManifestFactory[T client.Object] func(params Params) (T, error)

type Params

type Params struct {
	Client          client.Client
	Recorder        record.EventRecorder
	Scheme          *runtime.Scheme
	Log             logr.Logger
	OtelCol         v1beta1.OpenTelemetryCollector
	TargetAllocator v1alpha1.TargetAllocator
	OpAMPBridge     v1alpha1.OpAMPBridge
	Config          config.Config
}

Params holds the reconciliation-specific parameters.

type SimpleManifestFactory

type SimpleManifestFactory[T client.Object] func(params Params) T

Directories

Path Synopsis
Package collector handles the OpenTelemetry Collector.
Package collector handles the OpenTelemetry Collector.
adapters
Package adapters is for data conversion.
Package adapters is for data conversion.
parser/exporter
Package parser is for parsing the OpenTelemetry Collector configuration.
Package parser is for parsing the OpenTelemetry Collector configuration.
parser/processor
Package parser is for parsing the OpenTelemetry Collector configuration.
Package parser is for parsing the OpenTelemetry Collector configuration.
parser/receiver
Package parser is for parsing the OpenTelemetry Collector configuration.
Package parser is for parsing the OpenTelemetry Collector configuration.

Jump to

Keyboard shortcuts

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