helm

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2017 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteHelmStack

func DeleteHelmStack(stack *Stack) error

func InstallHelmStack

func InstallHelmStack(stack *Stack) (string, error)

func RollbackHelmStack

func RollbackHelmStack(stack *Stack) error

func UpgradeHelmStack

func UpgradeHelmStack(stack *Stack) (string, error)

Types

type Release added in v0.6.1

type Release struct {
	Name      string                 `json:"name" yaml:"name"`
	Chart     string                 `json:"chart" yaml:"chart"`
	Revision  int                    `json:"revision" yaml:"revision"`
	Status    string                 `json:"status" yaml:"status"`
	Updated   time.Time              `json:"updated" yaml:"updated"`
	Values    map[string]interface{} `json:"values" yaml:"values"`
	Manifests map[string]string      `json:"manifests" yaml:"manifests"`
}

func ListReleases added in v0.6.1

func ListReleases() ([]Release, error)

type Stack

type Stack struct {
	Namespace string            `json:"namespace" yaml:"namespace"`
	Name      string            `json:"name" yaml:"name"`
	Files     map[string]string `json:"files" yaml:"files"`
}

Jump to

Keyboard shortcuts

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