reconcile

package
v0.83.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2023 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Overview

Package reconcile contains reconciliation logic for OpenTelemetry Collector components.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigMaps

func ConfigMaps(ctx context.Context, params manifests.Params) error

ConfigMaps reconciles the config map(s) required for the instance in the current context.

func DaemonSets

func DaemonSets(ctx context.Context, params manifests.Params) error

DaemonSets reconciles the daemon set(s) required for the instance in the current context.

func Deployments

func Deployments(ctx context.Context, params manifests.Params) error

Deployments reconciles the deployment(s) required for the instance in the current context.

func HorizontalPodAutoscalers added in v0.46.0

func HorizontalPodAutoscalers(ctx context.Context, params manifests.Params) error

HorizontalPodAutoscalers reconciles HorizontalPodAutoscalers if autoscale is true and replicas is nil.

func Ingresses added in v0.61.0

func Ingresses(ctx context.Context, params manifests.Params) error

Ingresses reconciles the ingress(s) required for the instance in the current context.

func Routes added in v0.67.0

func Routes(ctx context.Context, params manifests.Params) error

Routes reconciles the route(s) required for the instance in the current context.

func Self

func Self(ctx context.Context, params manifests.Params) error

Self updates this instance's self data. This should be the last item in the reconciliation, as it causes changes making params.Instance obsolete. Default values should be set in the Defaulter webhook, this should only be used for the Status, which can't be set by the defaulter.

func ServiceAccounts

func ServiceAccounts(ctx context.Context, params manifests.Params) error

ServiceAccounts reconciles the service account(s) required for the instance in the current context.

func ServiceMonitors added in v0.82.0

func ServiceMonitors(ctx context.Context, params manifests.Params) error

ServiceMonitors reconciles the service monitor(s) required for the instance in the current context.

func Services

func Services(ctx context.Context, params manifests.Params) error

Services reconciles the service(s) required for the instance in the current context.

func StatefulSets added in v0.27.0

func StatefulSets(ctx context.Context, params manifests.Params) error

StatefulSets reconciles the stateful set(s) required for the instance in the current context.

Types

This section is empty.

Jump to

Keyboard shortcuts

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