Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions route/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,11 @@ const (
// needs to use routes with invalid hosts.
AllowNonDNSCompliantHostAnnotation = "route.openshift.io/allow-non-dns-compliant-host"
)

// Ingress-to-route controller
const (
// IngressToRouteIngressClassControllerName is the name of the
// controller that translates ingresses into routes. This value is
// intended to be used for the spec.controller field of ingressclasses.
IngressToRouteIngressClassControllerName = "openshift.io/ingress-to-route"
)