knativeeventing

package
v0.48.2 Latest Latest
Warning

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

Go to latest
Published: May 1, 2026 License: Apache-2.0 Imports: 31 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// SelectorKey is the key of the selector for the KnativeEventing resources.
	SelectorKey = "app.kubernetes.io/name"
	// SelectorValue is the value of the selector for the KnativeEventing resources.
	SelectorValue = "knative-eventing"
	// Selector is the selector for the KnativeEventing resources.
	Selector = SelectorKey + "=" + SelectorValue
)

Variables

This section is empty.

Functions

func NewController

func NewController(ctx context.Context, cmw configmap.Watcher) *controller.Impl

NewController initializes the controller and is called by the generated code Registers eventhandlers to enqueue events

func NewExtendedController added in v0.16.0

func NewExtendedController(generator common.ExtensionGenerator) injection.ControllerConstructor

NewExtendedController returns a controller extended to a specific platform

Types

type Reconciler

type Reconciler struct {
	// contains filtered or unexported fields
}

Reconciler implements controller.Reconciler for KnativeEventing resources.

func (*Reconciler) FinalizeKind added in v0.15.0

func (r *Reconciler) FinalizeKind(ctx context.Context, original *v1beta1.KnativeEventing) pkgreconciler.Event

FinalizeKind removes all resources after deletion of a KnativeEventing.

func (*Reconciler) ReconcileKind added in v0.15.0

ReconcileKind compares the actual state with the desired, and attempts to converge the two.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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