constants

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2020 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// HelmStableRepo is the name of the stable helm repo
	HelmStableRepo = "stable"
	// HelmStableRepoURL is the URL of the stable helm repo
	HelmStableRepoURL = "https://kubernetes-charts.storage.googleapis.com"
)
View Source
const (
	//ManagerStateFilename is the filename used to store the manager state in the backend
	ManagerStateFilename = "rlsmgrstate.json"
	// ReleaseExtension is the file extension to use when storing releases in the backend
	ReleaseExtension = "release"
)
View Source
const (
	// DefaultConfigPath is the path used to read the config.yaml file from.
	DefaultConfigPath = "/etc/releasemanager/"
	// DefaultKubeConfig file name
	DefaultKubeConfig = "config"
	// DefaultKubeConfigDir name
	DefaultKubeConfigDir = ".kube"
	// DefaultTillerNamespace kube-system
	DefaultTillerNamespace = "kube-system"
	//EnvKubeConfig is the default KUBECONFIG env var
	EnvKubeConfig = "KUBECONFIG"
)
View Source
const (
	// HelmDriver is the storage driver for helm releases
	HelmDriver = "secrets"
)
View Source
const (
	// ValueStoragePath is the helm --set path for --path
	ValueStoragePath = "backend.path"
)

Variables

View Source
var (
	// Version is the Release Manager version and is set at build time.
	Version string
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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