helm

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Helm

type Helm struct {
	CurrentReleases []*Release
	Outputs         []*api.Output
	Version         string
	Kube            *kube
}

Helm represents all current releases that we can find in the cluster

func NewHelm

func NewHelm(version string) *Helm

NewHelm returns a basic helm struct with the version of helm requested

func (*Helm) FindVersions

func (h *Helm) FindVersions() error

FindVersions is the primary method in the package. It ties together all the functionality

type Release

type Release struct {
	Name     string `json:"metadata.name" yaml:"metadata.name"`
	Manifest string `json:"manifest,omitempty"`
}

Release is a single version of a chart release

Jump to

Keyboard shortcuts

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