manager

package
v0.0.0-...-af7b037 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	Do(ctx context.Context, options Options) error
	AddParent(object operator.Operator, childes []operator.Operator)
}

func NewManager

func NewManager() Manager

type OnError

type OnError int
const (
	NothingOnError OnError = iota
	PurgeOnError
)

type Options

type Options struct {
	Callbacks          operator.Callbacks
	OnError            OnError
	DryRun             bool
	SetOwnerReferences bool
	WaitForApply       bool
}

type OwnerReferenceList

type OwnerReferenceList []metav1.OwnerReference

Jump to

Keyboard shortcuts

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