auxiliary

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 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 ConditionWriter

type ConditionWriter interface {
	WriteCondition(ObjectWithConditions, Result)
}

type Event

type Event interface {
	Unwrap() (eventType, reason, message string)
}

type EventWriter

type EventWriter interface {
	WriteEvent(runtime.Object, Event)
}

type ObjectWithConditions

type ObjectWithConditions interface {
	UpdateCondition(name, reason, message string, state bool)
}

type Result

type Result interface {
	Unwrap() (condition, reason, message string, err error)
	ToEvent() Event
}

type StateWriter

type StateWriter interface {
	WriteState(client.Object) Result
}

Jump to

Keyboard shortcuts

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