helm

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2020 License: Apache-2.0 Imports: 15 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
}

func NewHelm

func NewHelm(version string) *Helm

func (*Helm) FindVersions

func (h *Helm) FindVersions() error

type Kube

type Kube struct {
	Client kubernetes.Interface
}

type Release

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

Jump to

Keyboard shortcuts

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