instrumentationdevice

package
v0.0.0-...-921a378 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// can be overridden in tests
	GetDefaultSDKs = sdks.GetDefaultSDKs
)

Functions

func SetupWithManager

func SetupWithManager(mgr ctrl.Manager) error

Types

type ApplyInstrumentationDeviceReason

type ApplyInstrumentationDeviceReason string
const (
	ApplyInstrumentationDeviceReasonDataCollectionNotReady     ApplyInstrumentationDeviceReason = "DataCollectionNotReady"
	ApplyInstrumentationDeviceReasonNoRuntimeDetails           ApplyInstrumentationDeviceReason = "NoRuntimeDetails"
	ApplyInstrumentationDeviceReasonErrApplying                ApplyInstrumentationDeviceReason = "ErrApplyingInstrumentationDevice"
	ApplyInstrumentationDeviceReasonErrRemoving                ApplyInstrumentationDeviceReason = "ErrRemovingInstrumentationDevice"
	ApplyInstrumentationDeviceReasonRuntimeVersionNotSupported ApplyInstrumentationDeviceReason = "RuntimeVersionNotSupported"
)

type CollectorsGroupReconciler

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

CollectorsGroupReconciler is responsible for reconciling the instrumented workloads once the collectors group becomes ready - by adding the instrumentation device to the workloads. This is necessary to ensure that we won't instrument any workload before the node collectors are ready to receive the data.

func (*CollectorsGroupReconciler) Reconcile

type DaemonSetReconciler

type DaemonSetReconciler struct {
	client.Client
}

func (*DaemonSetReconciler) Reconcile

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

type DeploymentReconciler

type DeploymentReconciler struct {
	client.Client
}

func (*DeploymentReconciler) Reconcile

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

type InstrumentationRuleReconciler

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

func (*InstrumentationRuleReconciler) Reconcile

type InstrumentedApplicationReconciler

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

func (*InstrumentedApplicationReconciler) Reconcile

type PodsWebhook

type PodsWebhook struct{}

func (*PodsWebhook) Default

func (p *PodsWebhook) Default(ctx context.Context, obj runtime.Object) error

type StatefulSetReconciler

type StatefulSetReconciler struct {
	client.Client
}

func (*StatefulSetReconciler) Reconcile

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

Jump to

Keyboard shortcuts

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