# Functions
GetAnnotationWithPrefix returns the prefix of ingress annotations.
GetBoolAnnotation extracts a boolean from an Ingress annotation.
GetIntAnnotation extracts an int from an Ingress annotation.
GetStringAnnotation extracts a string from an Ingress annotation.
# Variables
AnnotationsPrefix defines the common prefix used in the nginx ingress controller.
# Interfaces
IngressAnnotation has a method to parse annotations located in Ingress.