manager

package
v4.0.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2024 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 ControllerManagerOptions

type ControllerManagerOptions struct {
	MaxConcurrentReconciles int
	LeaderElection          bool
}

type Manager

type Manager interface {
	// Run the driver
	Run(ctx context.Context) error
}

Manager shared dependencies such as Addr and , and provides them to Runnable.

func NewCommandManager

func NewCommandManager(o CommandManagerOptions) Manager

func NewControllerManager

func NewControllerManager(o ControllerManagerOptions) Manager

Jump to

Keyboard shortcuts

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