# Functions
AnyDNSLabelName normalizes a raw string so that it conforms to the structure of a DNS label: it must be all lowercase, contain only alphanumeric characters and dashes; and the last character must be alphanumeric.
AnyDNSLabelNameSuffixed calls AnyDNSLabelName ensuring that the entirety of the given suffix is retained if possible.
AnyDNSSubdomainName normalizes a raw string so that it conforms to the structure of a DNS domain (RFC 1123): it must be all lowercase; contain only alphanumeric characters and dashes; and the first and last characters must be alphanumeric.
AnyQualifiedName normalizes a raw string so that it conforms to the structure of a Kubernetes qualified name.
MetaGenerateName normalizes a Kubernetes metadata generateName field.
MetaName normalizes a Kubernetes metadata name field.
MetaNameSuffixed normalizes a Kubernetes metadata name field ensuring that the entirety of the given suffix is retained if possible.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author