action

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
}

type Install

type Install struct {
	ReleaseName    string
	GenerateName   bool
	NameTemplate   string
	DryRun         bool
	Force          bool
	UseReleaseName bool
	// contains filtered or unexported fields
}

func NewInstall

func NewInstall(cfg *Configuration) *Install

func (*Install) NameAndChart added in v1.0.3

func (i *Install) NameAndChart(args []string) (string, string, error)

func (*Install) Run

func (i *Install) Run(ch *chart.Chart, vals chartutil.Values) error

func (*Install) RunWithContext

func (i *Install) RunWithContext(ctx context.Context, ch *chart.Chart, vals chartutil.Values) error

func (*Install) ValidateName

func (i *Install) ValidateName(name string) bool

type UnInstall

type UnInstall struct {
	ReleaseName   string
	DryRun        bool
	CleanInstance bool
	Timeout       time.Duration
	// contains filtered or unexported fields
}

func NewUnInstall

func NewUnInstall(cfg *Configuration) *UnInstall

func (*UnInstall) Run

func (i *UnInstall) Run(name string) error

type Upgrade

type Upgrade struct {
	ReleaseName string
	Force       bool
	// contains filtered or unexported fields
}

func NewUpgrade

func NewUpgrade(cfg *Configuration) *Upgrade

func (*Upgrade) NameAndChart

func (i *Upgrade) NameAndChart(args []string) (string, string, error)

func (*Upgrade) Run

func (i *Upgrade) Run(ch *chart.Chart, vals chartutil.Values) error

func (*Upgrade) RunWithContext

func (i *Upgrade) RunWithContext(ctx context.Context, ch *chart.Chart, vals chartutil.Values) error

func (*Upgrade) ValidateName

func (i *Upgrade) ValidateName(name string) bool

Jump to

Keyboard shortcuts

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