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.
Click to show internal directories.
Click to hide internal directories.