constants

package
v0.0.0-...-ebef5bb Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2018 License: MPL-2.0 Imports: 2 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 (
	// ChartMgrSecretName is the service account name with the proper RBAC policies to allow an chartmgr to wach the cluster.
	ChartMgrSecretName = "chartmgr"
)
View Source
const (
	// ReleaseNamePrefix is the string to prepend to generated release names
	ReleaseNamePrefix = "chartmgr-rls"
)
View Source
const (
	// ValidateChartRepoURLPattern is the regex pattern used to validate chart repository urls
	ValidateChartRepoURLPattern = "" /* 132-byte string literal not displayed */
)
View Source
const (
	// ValidateReleaseNamePattern is the regex pattern used to validate helm release names
	ValidateReleaseNamePattern = "^[a-z0-9\\-]+?"
)

Variables

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

Functions

func ChartMgrValidationRules

func ChartMgrValidationRules() *apiextensionsv1beta1.CustomResourceValidation

ChartMgrValidationRules returns the CRD validation

Types

This section is empty.

Jump to

Keyboard shortcuts

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