manager

package
v4.0.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandManagerOptions

type CommandManagerOptions struct {
	*kkcorev1.Pipeline
	*kkcorev1.Config
	*kkcorev1.Inventory

	ctrlclient.Client
}

CommandManagerOptions for NewCommandManager

type ControllerManagerOptions

type ControllerManagerOptions struct {
	MaxConcurrentReconciles int
	LeaderElection          bool
}

ControllerManagerOptions for NewControllerManager

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

NewCommandManager return a new commandManager

func NewControllerManager

func NewControllerManager(o ControllerManagerOptions) Manager

NewControllerManager return a new controllerManager

Jump to

Keyboard shortcuts

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