Documentation ¶
Index ¶
- Variables
- func DockerTag(name string) string
- func HelmRelease(name string) string
- func IsValidDockerTag(name string) bool
- func KubernetesNamespace(name string) string
- func LimitedSlug(data string, slugMaxSize int) string
- func Project(name string) string
- func Slug(data string) string
- func ValidateDockerTag(name string) error
- func ValidateHelmRelease(name string) error
- func ValidateKubernetesNamespace(namespace string) error
- func ValidateProject(name string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultSlugMaxSize = 42 // legacy DockerTagMaxSize = 128 )
Functions ¶
func HelmRelease ¶
func IsValidDockerTag ¶ added in v1.2.68
func KubernetesNamespace ¶
func LimitedSlug ¶ added in v1.1.23
func ValidateDockerTag ¶
func ValidateHelmRelease ¶
func ValidateProject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.