# Functions

AreValidk8sAnnotationNames validates the given names against the kubernetes format for annotations and returns a slice of validation failure messages if any issues are found.
AreValidk8sLabelNames validates the given names against the kubernetes format for labels and returns a slice of validation failure messages if any issues are found.
AreValidk8sNamespaceNames validates the given names against the kubernetes format for namespaces and returns a slice of validation failure messages if any issues are found.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsValidk8sAnnotationName validates the given name against the kubernetes format for annotation names and returns a validation failure message if an issue is found.
IsValidk8sLabelName validates the given name against the kubernetes format for label names and returns a validation failure message if an issue is found.
IsValidk8sNamespaceName validates the given name against the kubernetes format for namespace names and returns a validation failure message if an issue is found.
IsValidk8sSecretName validates the given name against the kubernetes format for secret names and returns a validation failure message if an issue is found.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author