release

package
v0.0.516 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2021 License: Apache-2.0 Imports: 26 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 {
	UseHelmPlugin        bool
	NoRelease            bool
	ChartOCI             bool
	HelmBinary           string
	ChartsDir            string
	RepositoryName       string
	RepositoryURL        string
	RepositoryUsername   string
	RepositoryPassword   string
	Version              string
	VersionFile          string
	Namespace            string
	ContainerRegistryOrg string
	KubeClient           kubernetes.Interface
	JXClient             jxc.Interface
	GitClient            gitclient.Interface
	CommandRunner        cmdrunner.CommandRunner
	Requirements         *jxcore.RequirementsConfig
}

Options the options for the command

func NewCmdHelmRelease

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

NewCmdHelmRelease creates a command object for the command

func (*Options) BasicRegistry added in v0.0.505

func (o *Options) BasicRegistry(repoURL, chartDir, name string) error

func (*Options) OCIRegistry added in v0.0.505

func (o *Options) OCIRegistry(repoURL, chartDir, name string) error

func (*Options) Run

func (o *Options) Run() error

Run implements the command

func (*Options) Validate

func (o *Options) Validate() error

Run implements the command

Jump to

Keyboard shortcuts

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