Name | Type | Description | Notes |
---|---|---|---|
host | str | Host is an alias/DNS that points to the service. Optional Must follow DNS952 subdomain conventions. | |
path | str | Path that the router watches for, to route traffic for to the service. Optional | [optional] |
to | V1ObjectReference | To is an object the route points to. Only the Service kind is allowed, and it will be defaulted to Service. | |
port | V1RoutePort | If specified, the port to be used by the router. Most routers will use all endpoints exposed by the service by default - set this value to instruct routers which port to use. | [optional] |
tls | V1TLSConfig | TLS provides the ability to configure certificates and termination for the route | [optional] |