steps

package
v3.29.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2026 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Step

type Step interface {
	Run(ctx context.Context, resource *v2.Dogu) StepResult
}

type StepResult

type StepResult struct {
	RequeueAfter time.Duration
	Err          error
	Continue     bool
}

func Abort

func Abort() StepResult

func Continue

func Continue() StepResult

func RequeueAfter

func RequeueAfter(requeueAfter time.Duration) StepResult

func RequeueWithError

func RequeueWithError(err error) StepResult

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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