conditions

package
v0.0.0-...-9cd5fb2 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 8 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ErrorMiddleware

func ErrorMiddleware() router.Middleware

Types

type Conditions

type Conditions interface {
	GetConditions() *[]metav1.Condition
}

type ErrTerminal

type ErrTerminal struct {
	Cause error
}

ErrTerminal is an error that can not be recovered from until some other state in the system changes, typically from additional user input.

func NewErrTerminal

func NewErrTerminal(cause error) *ErrTerminal

func NewErrTerminalf

func NewErrTerminalf(format string, args ...any) *ErrTerminal

func (*ErrTerminal) Error

func (e *ErrTerminal) Error() string

func (*ErrTerminal) Unwrap

func (e *ErrTerminal) Unwrap() error

Jump to

Keyboard shortcuts

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