run

package
v0.0.29 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	options.BaseOptions

	Port           string
	ResyncInterval time.Duration
	WatchNamespace string
	Namespace      string
	KubeClient     kubernetes.Interface
	ChartClient    versioned.Interface

	CoreInformerFactory coreInformers.SharedInformerFactory
	HelmInformer        cache.SharedIndexInformer
	IsReady             atomic.Value
	Stop                chan struct{}
}

Options the options for this command

func NewCmdRun

func NewCmdRun() (*cobra.Command, *Options)

NewCmdRun creates a command object for the command

func (*Options) Run

func (o *Options) Run() error

func (*Options) Start

func (o *Options) Start()

func (*Options) Validate

func (o *Options) Validate() error

Validate verifies things are setup correctly

Jump to

Keyboard shortcuts

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