# Packages
No description provided by the author
# 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.
NewController creates a new OpenStack Ingress controller.
# Constants
IngressClass menas accept ingresses with the annotation.
IngressKey picks a specific "class" for the Ingress.
LabelNodeRoleMaster specifies that a node is a master It's copied over to kubeadm until it's merged in core: https://github.com/kubernetes/kubernetes/pull/39112.
# Structs
Controller ...