Auto-generated derived type for IngressRouteSpec via CustomResource
Route holds the HTTP route configuration.
MiddlewareRef is a reference to a Middleware resource.
Service defines an upstream HTTP service to proxy traffic to.
ResponseForwarding defines how Traefik forwards the response from the upstream Kubernetes Service to the client.
Sticky defines the sticky sessions configuration. More info: https://doc.traefik.io/traefik/v3.0/routing/services/#sticky-sessions
Cookie defines the sticky cookie configuration.
IngressRouteSpec defines the desired state of IngressRoute.
TLS defines the TLS configuration. More info: https://doc.traefik.io/traefik/v3.0/routing/routers/#tls
Domain holds a domain name with SANs.
Options defines the reference to a TLSOption, that specifies the parameters of the TLS connection. If not defined, the default TLSOption is used. More info: https://doc.traefik.io/traefik/v3.0/https/tls/#tls-options
Store defines the reference to the TLSStore, that will be used to store certificates. Please note that only default TLSStore can be used.