deployer

package
v0.1.0-alpha Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeployReleases

func DeployReleases(inputFile string, kubeconfig string, releaseFilter string) error

func UninstallReleases

func UninstallReleases(inputFile string, kubeconfig string, releaseFilter string) error

Types

type Release

type Release struct {
	ReleaseName string                 `yaml:"releaseName"`
	RepoURL     string                 `yaml:"repoURL"`
	Chart       string                 `yaml:"chart"`
	Version     string                 `yaml:"version"`
	Namespace   string                 `yaml:"namespace"`
	Values      map[string]interface{} `yaml:"values,omitempty"`
}

Jump to

Keyboard shortcuts

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