flags

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFlags added in v1.1.0

type AddFlags struct {
	Name        string
	URL         string
	Username    string
	Password    string
	ForceUpdate bool

	CertFile              string
	KeyFile               string
	CaFile                string
	InsecureSkipTLSverify bool

	RepoFile  string
	RepoCache string
}

type GlobalFlags

type GlobalFlags struct {
	KubeContext string `json:"-"`
	// required: false
	KubeToken string `json:"kube_token,omitempty"`
	// required: false
	KubeAPIServer string `json:"kube_apiserver,omitempty"`
	// required: true
	// example: default
	Namespace string `json:"-" schema:"namespace"`
}

GlobalFlags flags which give context about kubernetes cluster to connect to swagger:model globalFlags

type InstallFlags

type InstallFlags struct {
	DryRun  bool
	Version string
	GlobalFlags
}

type ListFlags

type ListFlags struct {
	AllNamespaces bool
	Deployed      bool
	Failed        bool
	Pending       bool
	Uninstalled   bool
	Uninstalling  bool
	GlobalFlags
}

type StatusFlags added in v1.0.0

type StatusFlags struct {
	Version int
	GlobalFlags
}

type UninstallFlags added in v1.0.0

type UninstallFlags struct {
	Release      string
	KeepHistory  bool
	DisableHooks bool
	DryRun       bool
	Timeout      time.Duration
	GlobalFlags
}

UninstallFlags maps the list of options that can be passed to the helm action.

type UpgradeFlags

type UpgradeFlags struct {
	DryRun  bool
	Install bool
	Version string
	GlobalFlags
}

Jump to

Keyboard shortcuts

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