package
0.0.0-20240911144121-9c4f1121eda3
Repository: https://github.com/ngrok/kubernetes-ingress-controller.git
Documentation: pkg.go.dev

# 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.