# Functions
AnnotationsReferencesConfigmap checks if at least one annotation in the Ingress rule references a configmap.
GetAnnotationWithPrefix returns the annotation prefixed with the AnnotationsPrefix.
GetBoolAnnotation extracts a boolean from a client.Object annotation.
GetFloatAnnotation extracts a float32 from a client.Object annotation.
GetIntAnnotation extracts an int from a client.Object annotation.
GetStringAnnotation extracts a string from an client.Object annotation.
No description provided by the author
No description provided by the author
StringToURL parses the provided string into URL and returns error message in case of failure.
# Constants
DefaultAnnotationsPrefix defines the common prefix used in the nginx ingress controller.
# Variables
AnnotationsPrefix is the mutable attribute that the controller explicitly refers to.
# Interfaces
Annotation has a method to parse annotations located in client.Object.