# Functions
EmptyError returns a string explanation of a "must not be empty" validation failure.
InclusiveRangeError returns a string explanation of a numeric "must be between" validation failure.
IsDNS1035Label tests for a string that conforms to the definition of a label in DNS (RFC 1035).
IsDNS1123Label tests for a string that conforms to the definition of a label in DNS (RFC 1123).
IsDNS1123Subdomain tests for a string that conforms to the definition of a subdomain in DNS (RFC 1123).
IsQualifiedName tests whether the value passed is what Kubernetes calls a "qualified name".
IsValidLabelValue tests whether the value passed is a valid label value.
IsWildcardDNS1123Subdomain tests for a string that conforms to the definition of a wildcard subdomain in DNS (RFC 1034 section 4.3.3).
MaxLenError returns a string explanation of a "string too long" validation failure.
RegexError returns a string explanation of a regex validation failure.
ValidateAnnotations validates that a set of annotations are correctly defined.
ValidateAnnotationsSize validates that a set of annotations is not too large.
# Constants
DNS1035LabelMaxLength is a label's max length in DNS (RFC 1035).
DNS1123LabelMaxLength is a label's max length in DNS (RFC 1123).
DNS1123SubdomainMaxLength is a subdomain's max length in DNS (RFC 1123).
LabelValueMaxLength is a label's max length.
256 kB.