resources

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 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 Action

type Action string
const (
	Create  Action = "CREATE"
	Update  Action = "UPDATE"
	Restart Action = "RESTART"
)

type Manager

type Manager interface {
	Reconcile(v1.Object, bool) error
	CheckState(v1.Object) error
	RestoreState(v1.Object) error
	Exists(v1.Object) bool
	Get(v1.Object) (client.Object, error)
	Delete(v1.Object) error
	GetName(v1.Object) string
	SetCustomName(string)
}

Directories

Path Synopsis
job
mocks
Code generated by counterfeiter.
Code generated by counterfeiter.
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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