Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // InvalidDNS1123Regexp not alphanumeric InvalidDNS1123Regexp = regexp.MustCompile(`[^0-9A-Za-z-]`) )
Functions ¶
func DNS1123Name ¶ added in v0.5.1
func MapKeys ¶ added in v0.8.0
func MapKeys[M ~map[K]V, K comparable, V any](m M) []K
func MeteringLabels ¶ added in v0.6.0
func MeteringLabels(componentType ComponentType) map[string]string
Types ¶
type ComponentType ¶ added in v0.6.0
type ComponentType string
const ( ApplicationType ComponentType = "application" InfrastructureType ComponentType = "infrastructure" )
Click to show internal directories.
Click to hide internal directories.