telemetry

package
v0.0.0-...-99207f4 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrTenantFailed = errors.New("tenant failed")
)

Functions

This section is empty.

Types

type BasicAuthClientAuthConfig

type BasicAuthClientAuthConfig struct {
	Username string
	Password string
}

type CollectorReconciler

type CollectorReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

CollectorReconciler reconciles a Collector object

func (*CollectorReconciler) Reconcile

func (r *CollectorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*CollectorReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type RouteReconciler

type RouteReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

RouteReconciler is responsible for reconciling Tenant resources It also watches for changes to Subscriptions, Outputs, and Namespaces to trigger the appropriate reconciliation logic when related resources change.

func (*RouteReconciler) Reconcile

func (r *RouteReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*RouteReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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