controller

package
v0.0.0-...-04a223e Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigFunc

type ConfigFunc func() (*rest.Config, error)

type ControllerManager

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

func NewControllerManager

func NewControllerManager(configFn ConfigFunc, logger *logrus.Entry) *ControllerManager

func (*ControllerManager) RegisterReconciler

func (m *ControllerManager) RegisterReconciler(r Reconciler)

func (*ControllerManager) Start

func (m *ControllerManager) Start() error

func (*ControllerManager) Stop

func (m *ControllerManager) Stop()

type Reconciler

type Reconciler interface {
	SetupWithManager(mgr ctrl.Manager) error
}

type SchemeBuilder

type SchemeBuilder interface {
	AddToScheme(s *runtime.Scheme) error
}

Jump to

Keyboard shortcuts

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