helm

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2020 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstallHelmChart

type InstallHelmChart struct {
	ReleaseName string   `json:"releaseName,omitempty"`
	ReleaseUri  string   `json:"releaseUri,omitempty"`
	Namespace   string   `json:"namespace,omitempty"`
	ValuesFiles []string `json:"valuesFiles,omitempty"`
	/*
		These values allow you to perform values operations before setting them as helm values.
		You can use any operations and keywords that general `values` support.
		More information on `valet` values can be found at TODO
	*/
	Set         render.Values `json:"set,omitempty"`
	WaitForPods bool          `json:"waitForPods,omitempty"`
}

func (*InstallHelmChart) GetDescription

func (i *InstallHelmChart) GetDescription(_ *api.WorkflowContext, _ render.Values) (string, error)

func (*InstallHelmChart) GetDocs

func (i *InstallHelmChart) GetDocs(ctx *api.WorkflowContext, values render.Values, flags render.Flags) (string, error)

func (*InstallHelmChart) Run

func (i *InstallHelmChart) Run(ctx *api.WorkflowContext, values render.Values) error

Jump to

Keyboard shortcuts

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