util

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogEntry

type LogEntry struct {
	// Zap
	Level      zapcore.Level `json:"level,omitempty"`
	Timestamp  time.Time     `json:"ts,omitempty"`
	LoggerName string        `json:"logger,omitempty"`
	Message    string        `json:"msg,omitempty"`
	// Controller runtime
	RequestNamespace string `json:"request-namespace,omitempty"`
	RequestName      string `json:"request-name,omitempty"`
	APIVersion       string `json:"api-version,omitempty"`
	Kind             string `json:"kind,omitempty"`
	// Camel K
	Namespace string `json:"ns,omitempty"`
	Name      string `json:"name,omitempty"`
	Phase     string `json:"phase,omitempty"`
	PhaseFrom string `json:"phase-from,omitempty"`
	PhaseTo   string `json:"phase-to,omitempty"`
}

Jump to

Keyboard shortcuts

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