# Functions

IsValid returns true if the given Ingress either doesn't specify the ingress.class annotation, or it's set to the configured in the ingress controller.

# Constants

IngressKey picks a specific "class" for the Ingress.

# Variables

DefaultClass defines the default class used in the nginx ingres controller.
IngressClass sets the runtime ingress class to use An empty string means accept all ingresses without annotation and the ones configured with class nginx.