lifecycle

package
v0.0.0-...-cf0f9cc Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 370

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ScopedFinalizerKey = "clusterscoped.controller.cattle.io/"
)

Functions

func NewObjectLifecycleAdapter

func NewObjectLifecycleAdapter(name string, clusterScoped bool, lifecycle ObjectLifecycle, objectClient *objectclient.ObjectClient) func(key string, obj interface{}) (interface{}, error)

Types

type ObjectLifecycle

type ObjectLifecycle interface {
	Create(obj runtime.Object) (runtime.Object, error)
	Finalize(obj runtime.Object) (runtime.Object, error)
	Updated(obj runtime.Object) (runtime.Object, error)
}

type ObjectLifecycleCondition

type ObjectLifecycleCondition interface {
	HasCreate() bool
	HasFinalize() bool
}

Jump to

Keyboard shortcuts

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