# Functions
Errorf formats according to a format specifier and returns the string as a value that satisfies error.
IsErrDifferentIngressClass: Reflect: returns true if the error is a ErrDifferentIngressClass.
IsErrInvalidIngressSpec: Reflect: returns true if the error is a ErrInvalidIngressSpec.
IsErrMissingRequiredSecret: Reflect: returns true if the error is a ErrMissingRequiredSecret.
IsErrorNotFound: Reflect: returns true if the error is a ErrNotFoundInStore.
IsInvalidContent checks if the err is an error which indicates an annotations value is not valid.
IsLocationDenied checks if the err is an error which indicates a location should return HTTP code 503.
IsMissingAnnotations checks if the err is an error which indicates the ingress does not contain annotations.
IsNotAllDomainsReadyYet returns true if the error is a NotAllDomainsReadyYetError.
New returns a new error.
NewErrDifferentIngressClass returns a new ErrDifferentIngressClass.
No description provided by the author
NewErrInvalidIngressSpec returns a new ErrInvalidIngressSpec.
No description provided by the author
NewErrorNotFound returns a new ErrNotFoundInStore.
NewInvalidAnnotationConfiguration returns a new InvalidConfiguration error for use when annotations are not correctly configured.
NewInvalidAnnotationContent returns a new InvalidContent error.
NewNotAllDomainsReadyYetError returns a new NotAllDomainsReadyYetError.
# Variables
ErrInvalidAnnotationName the ingress rule does contains an invalid annotation name.
ErrMissingAnnotations the ingress rule does not contain annotations This is an error only when annotations are being parsed.
# Structs
ErrInvalidIngressClass is meant to be used when an ingress object has an invalid ingress class.
No description provided by the author
ErrInvalidIngressSpec is meant to be used when an ingress object has an invalid spec.
No description provided by the author
ErrNotFoundInStore is meant to be used when an object is not found in the store so that the caller can decide what to do with it.
InvalidConfiguration Error.
InvalidContent error.
LocationDenied error.
Not all domains are reconciled yet and have a domain in their status.