# Functions
MakeNetworkPolicyAllowAll creates a Kubernetes NetworkPolicy allowing all traffic into the namespace of a Knative Ingress.
MakeRoutes creates OpenShift Routes from a Knative Ingress.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TLSTerminationAnnotation is an annotation to configure routes.spec.tls.termination.
# Variables
ErrNotSupportedTLSTermination is an error when unsupported TLS termination is configured via annotation.
ErrNoValidLoadbalancerDomain indicates that the current ingress does not have a DomainInternal field, or said field does not contain a value we can work with.