operator

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Operator

type Operator interface {
	AddToSchemes(fns ...func(s *runtime.Scheme) error)
	RegisterControllers(controllers ...rApi.Reconciler)
	RegisterWebhooks(objects ...WebhookEnabledType)
	Start()
	Operator() *operator
}

func New

func New(name string) Operator

type WebhookEnabledType

type WebhookEnabledType interface {
	client.Object
	SetupWebhookWithManager(mgr ctrl.Manager) error
}

Jump to

Keyboard shortcuts

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