runner

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartParams

type ChartParams struct {
	Name      string
	Namespace string
	ImageTag  string
	ChartPath string
}

type Gcloud

type Gcloud struct {
	Cmd string
}

func NewGcloud

func NewGcloud() (*Gcloud, error)

func NewGcloudWithPath

func NewGcloudWithPath(path string) (*Gcloud, error)

func (*Gcloud) GetClusterCredentials

func (g *Gcloud) GetClusterCredentials(project, zone, cluster string) error

type Helm

type Helm struct {
	Cmd string
}

func NewHelm

func NewHelm() (*Helm, error)

func NewHelmWithPath

func NewHelmWithPath(path string) (*Helm, error)

func (*Helm) InstallChart

func (h *Helm) InstallChart(args *ChartParams) error

func (*Helm) IsChartDeployed

func (h *Helm) IsChartDeployed(name string) (bool, error)

func (*Helm) IsConnected

func (h *Helm) IsConnected() error

func (*Helm) ServerVersion

func (h *Helm) ServerVersion() (string, error)

func (*Helm) UpgradeChart

func (h *Helm) UpgradeChart(args *ChartParams) error

Jump to

Keyboard shortcuts

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