types

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

NewControllerManagedBy returns a new controller builder that will be started by the provided Manager.

Functions

This section is empty.

Types

type LinkedSpan

type LinkedSpan struct {
	TraceID string
	SpanID  string
}

type RequestParent

type RequestParent struct {
	TraceID   string
	SpanID    string
	Name      string
	Kind      string
	EventKind string
}

type RequestWithTraceID

type RequestWithTraceID struct {
	ctrlreconcile.Request
	Parent          RequestParent
	LinkedSpans     [10]LinkedSpan
	LinkedSpanCount int
}

RequestWithTraceID is the normal reconcile request object with tracing information added to it.

Jump to

Keyboard shortcuts

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