reconciler

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DeletionErr = errors.New("deletion error")
)
View Source
var (
	ErrNotFound = errors.New("not found")
)
View Source
var (
	InstallationErr = errors.New("installation error")
)

Functions

This section is empty.

Types

type Cfg

type Cfg struct {
	// the Finalizer identifies the module and is is used to delete
	// the module resources
	Finalizer string
	// the objects are module component parts; objects are applied
	// on the cluster one by one with given order
	Objs []unstructured.Unstructured
}

module specific configuuration

type Fsm

type Fsm interface {
	Run(ctx context.Context, v v1alpha1.Keda) (ctrl.Result, error)
}

func NewFsm

func NewFsm(log *zap.SugaredLogger, cfg Cfg, k8s K8s) Fsm

type K8s

type K8s struct {
	client.Client
	record.EventRecorder
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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