You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
| **host** | _string_ | The host component for the route. |
56
57
| **path** | _string_ | The path component for the route. Should begin with a `/`.
58
+
| **port** _(experimental)_ | _integer_ | The port the route will listen on. Only compatible with routes leveraging a domain that supports the `tcp` protocol.
57
59
| **metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the route. |
58
60
| **metadata.labels** | [_label object_](#labels) | Labels applied to the route. |
| **guid** | _uuid_ | Unique identifier for the route.
14
+
| **protocol** _(experimental)_ | _string_ | The protocol supported by the route, based on the route's domain configuration.
15
+
| **port** _(experimental)_ | _integer or `null`_ | The port that the route listens on. Only compatible with routes leveraging the `tcp` protocol.
14
16
| **created_at** | _datetime_ | The time with zone when the object was created. |
15
17
| **updated_at** | _datetime_ | The time with zone when the object was last updated. |
16
18
| **host** | _string_ | The hostname for the route.<br>Must be under 63 character long and only contain letters, numbers, dashes (-) or underscores(_). |
0 commit comments