integration

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 21, 2020 License: GPL-3.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitPackage

func InitPackage()

Types

type ChartDeployRequest

type ChartDeployRequest struct {
	ChartName    string
	ChartVersion string
	Namespace    string
	KubeConfig   string
}

type HelmResponse

type HelmResponse struct {
	Code     int
	Response string
	Output   string
	Error    error
}

func ExecuteChartRequest

func ExecuteChartRequest(req ChartDeployRequest) HelmResponse

func ExecuteKubeRequest

func ExecuteKubeRequest(req KubeFileDeployRequest) HelmResponse

type KubeFileDeployRequest

type KubeFileDeployRequest struct {
	ChartName    string
	ChartVersion string
	Namespace    string
	KubeConfig   string
}

Jump to

Keyboard shortcuts

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