install

package
v2.0.0-...-98cc131 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Names = names.Controller
	Verb  = verbs.Install
)

Functions

func NewCommand

func NewCommand(ctx clictx.Context, names ...string) *cobra.Command

NewCommand creates a new controller cdommand.

func NewResourceManager

func NewResourceManager(rcg genericclioptions.RESTClientGetter) (*ssa.ResourceManager, error)

NewResourceManager creates a ResourceManager for the given cluster.

Types

type Command

type Command struct {
	utils.BaseCommand
	Namespace      string
	ControllerName string
	Timeout        time.Duration
	Version        string
	BaseURL        string
	ReleaseAPIURL  string
	DryRun         bool
}

func (*Command) AddFlags

func (o *Command) AddFlags(set *pflag.FlagSet)

func (*Command) Complete

func (o *Command) Complete(args []string) error

func (*Command) ExistingVersion

func (o *Command) ExistingVersion(version string) (bool, error)

ExistingVersion calls the GitHub API to confirm the given version does exist.

func (*Command) ForName

func (o *Command) ForName(name string) *cobra.Command

func (*Command) GetLatestVersion

func (o *Command) GetLatestVersion() (string, error)

GetLatestVersion calls the GitHub API and returns the latest released version.

func (*Command) Run

func (o *Command) Run() error

Jump to

Keyboard shortcuts

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