Versions in this module Expand all Collapse all v0 v0.6.1 Sep 6, 2023 v0.6.0 May 16, 2023 Changes in this version + const DNS1035LabelMaxLength + const DNS1123LabelMaxLength + const DNS1123SubdomainMaxLength + const LabelValueMaxLength + const TotalAnnotationSizeLimitB + func EmptyError() string + func InclusiveRangeError(lo, hi int) string + func IsDNS1035Label(value string) []string + func IsDNS1123Label(value string) []string + func IsDNS1123Subdomain(value string) []string + func IsQualifiedName(value string) []string + func IsValidLabelValue(value string) []string + func IsWildcardDNS1123Subdomain(value string) []string + func MaxLenError(length int) string + func RegexError(msg string, fmt string, examples ...string) string + func ValidateAnnotations(annotations map[string]string, path string) error + func ValidateAnnotationsSize(annotations map[string]string) error