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