config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AddToScheme = localSchemeBuilder.AddToScheme
	Scheme      = runtime.NewScheme()
)
View Source
var RegisterFuncList = []config.RegisterFunc{
	eventlogger.Register,
}

Functions

This section is empty.

Types

type Management

type Management struct {
	ControllerFactory controller.SharedControllerFactory
	CoreFactory       *ctlcore.Factory
	ClientSet         *kubernetes.Clientset
	Options           *Options
	// contains filtered or unexported fields
}

func SetupManagement

func SetupManagement(ctx context.Context, restConfig *rest.Config, options *Options) (*Management, error)

func (*Management) NewRecorder

func (s *Management) NewRecorder(componentName, namespace, nodeName string) record.EventRecorder

func (*Management) Register

func (s *Management) Register(ctx context.Context, config *rest.Config, registerFuncList []RegisterFunc) error

func (*Management) Start

func (s *Management) Start(threadiness int) error

type Options

type Options struct {
}

type RegisterFunc

type RegisterFunc func(context.Context, *Management) error

Jump to

Keyboard shortcuts

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