# Functions

GetSecretKind returns the kind of the Secret.
NewLoadBalancerController creates a controller.
ParseNamespaceName parses the string in the <namespace>/<name> format and returns the name and the namespace.
ValidateJWKSecret validates the secret.
ValidateTLSSecret validates the secret.

# Constants

JWK Secret.
JWTKeyKey is the key of the data field of a Secret where the JWK must be stored.
TLS Secret.

# Structs

LoadBalancerController watches Kubernetes API and reconfigures NGINX via NginxController when needed.
NewLoadBalancerControllerInput holds the input needed to call NewLoadBalancerController.