migration

package
v1.0.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: EUPL-1.2 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsFailed

func IsFailed(err error) bool

func IsNotReady

func IsNotReady(err error) bool

func ReasonForError

func ReasonForError(err error) string

func StepError

func StepError(wrapped error, reason string) error

Types

type ObjectStepper

type ObjectStepper interface {
	lshr.Object
	IsDryRun() bool
}

type ReconcileFunc

type ReconcileFunc func() error

type Step

type Step struct {
	Name      string
	Reconcile ReconcileFunc
}

func (*Step) ConditionType

func (s *Step) ConditionType() string

type Stepper

type Stepper struct {
	Obj     ObjectStepper
	Steps   []Step
	Patcher *patch.SerialPatcher
}

Jump to

Keyboard shortcuts

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