upgrade

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrControllerNameRequired      = errors.New("controller name is required")
	ErrControllerNamespaceRequired = errors.New("controller namespace is required")
)

Functions

This section is empty.

Types

type Controller added in v0.3.0

type Controller struct {
	Namespace string
	Name      string
	// contains filtered or unexported fields
}

func NewController added in v0.3.0

func NewController(cfg *rest.Config, namespace, name string, resync time.Duration) (ctl *Controller, err error)

func (*Controller) Start added in v0.3.0

func (ctl *Controller) Start(ctx context.Context, threads int) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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