controller

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller interface {
	// Name returns the name of the controller.
	Name() string

	// SchemeBuilder returns the registered scheme of the controller.
	SchemeBuilder() *scheme.Builder

	// Setup is the initialization of the controller.
	Setup(context.Context, ctrl.Manager, *metrics.Metrics) error

	// Healthz is the liveness probe endpoint of the controller.
	Healthz(*http.Request) error
}

Controller is the interface every controller should fulfill.

Jump to

Keyboard shortcuts

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