controllermanager

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerManager

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

func New

func New(cfg *rest.Config, opts Options) (*ControllerManager, error)

func (*ControllerManager) Start

func (a *ControllerManager) Start() error

func (*ControllerManager) Stop

func (a *ControllerManager) Stop() error

type Options

type Options struct {
	MainPath     string
	BuildOptions []buildutils.BuildOption
	Command      []string
	Args         process.Args
	MergeArgs    func(customArgs, defaultArgs process.Args) process.Args

	Host string
	Port int

	AttachOutput bool
	Stdout       io.Writer
	Stderr       io.Writer

	HealthTimeout time.Duration
	WaitTimeout   time.Duration
}

Jump to

Keyboard shortcuts

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