Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Features ¶
type Features struct {
TelemetryEnabled bool
TracePropagationEnabled bool
VerboseLoggingEnabled bool
StepOutputLoggingEnabled bool
MetricsEnabled bool
}
Features captures the runtime feature toggles that need to remain consistent across controllers, webhooks, and SDK clients.
type Sink ¶
type Sink struct {
EnableTelemetry func(bool)
EnableTracePropagation func(bool)
EnableVerboseLogging func(bool)
EnableStepOutputLogging func(bool)
EnableMetrics func(bool)
}
Sink defines callbacks that apply feature toggles inside a specific process. Callers may provide only the functions they support.
Click to show internal directories.
Click to hide internal directories.