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
| **relationships.space** | [_to-one relationship_](#to-one-relationships) | A relationship to the space containing the route; routes can only be mapped to destinations in that space |
50
-
| **relationships.domain** | [_to-one relationship_](#to-one-relationships) | A relationship to the domain of the route |
| **relationships.space** | [_to-one relationship_](#to-one-relationships) | A relationship to the space containing the route; routes can only be mapped to destinations in that space |
53
+
| **relationships.domain** | [_to-one relationship_](#to-one-relationships) | A relationship to the domain of the route |
| **host** | _string_ | The host component for the route; not compatible with routes specifying the `tcp` protocol |
57
-
| **path** | _string_ | The path component for the route; should begin with a `/` and not compatible with routes specifying the `tcp` protocol |
58
-
| **port** | _integer_ | The port the route will listen on; only compatible with routes leveraging a domain that supports the `tcp` protocol. For `tcp` domains, a port will be randomly assigned if not specified
59
-
| **metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the route |
60
-
| **metadata.labels** | [_label object_](#labels) | Labels applied to the route |
| **host** | _string_ | The host component for the route; not compatible with routes specifying the `tcp` protocol |
60
+
| **path** | _string_ | The path component for the route; should begin with a `/` and not compatible with routes specifying the `tcp` protocol |
61
+
| **port** | _integer_ | The port the route will listen on; only compatible with routes leveraging a domain that supports the `tcp` protocol. For `tcp` domains, a port will be randomly assigned if not specified |
62
+
| **options** | [_route option object_](#the-route-options-object) | Options applied to the route |
63
+
| **metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the route |
64
+
| **metadata.labels** | [_label object_](#labels) | Labels applied to the route |
| **guid** | _uuid_ | Unique identifier for the route
14
-
| **created_at** | _[timestamp](#timestamps)_ | The time with zone when the object was created
15
-
| **updated_at** | _[timestamp](#timestamps)_ | The time with zone when the object was last updated
16
-
| **protocol** | _string_ | The protocol supported by the route, based on the route's domain configuration. Valid protocols are `http` and `tcp`
17
-
| **host** | _string_ | The hostname for the route; not compatible with routes specifying the `tcp` protocol;<br>must be either a wildcard (*) or be under 63 characters long and only contain letters, numbers, dashes (-) or underscores(_)
18
-
| **path** | _string_ | The path for the route; not compatible with routes specifying the `tcp` protocol;<br>must be under 128 characters long and not contain question marks (?), begin with a slash (/) and not be exactly a slash (/). Must conform to path components from [RFC 2396](https://tools.ietf.org/html/rfc2396)
19
-
| **port** | _integer or `null`_ | The port that the route listens on. Only compatible with routes specifying the `tcp` protocol
20
-
| **url** | _string_ | The URL for the route; URLs of protocol `http` are a combination of host, domain name, and path; URLs of protocol `tcp` are a combination of domain name and port
21
-
| **destinations** | array of [_destination objects_](#the-destination-object) | List of destinations for the route
22
-
| **relationships.space** | [_to-one relationship_](#to-one-relationships) | A relationship to the space containing the route. Routes can only be mapped to destinations in that space
23
-
| **relationships.domain** | [_to-one relationship_](#to-one-relationships) | A relationship to the domain of the route
24
-
| **metadata.labels** | [_label object_](#labels) | Labels applied to the route
25
-
| **metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the route
26
-
| **links** | [_links object_](#links) | Links to related resources
| **guid** | _uuid_ | Unique identifier for the route |
14
+
| **created_at** | _[timestamp](#timestamps)_ | The time with zone when the object was created |
15
+
| **updated_at** | _[timestamp](#timestamps)_ | The time with zone when the object was last updated |
16
+
| **protocol** | _string_ | The protocol supported by the route, based on the route's domain configuration. Valid protocols are `http` and `tcp` |
17
+
| **host** | _string_ | The hostname for the route; not compatible with routes specifying the `tcp` protocol;<br>must be either a wildcard (*) or be under 63 characters long and only contain letters, numbers, dashes (-) or underscores(_) |
18
+
| **path** | _string_ | The path for the route; not compatible with routes specifying the `tcp` protocol;<br>must be under 128 characters long and not contain question marks (?), begin with a slash (/) and not be exactly a slash (/). Must conform to path components from [RFC 2396](https://tools.ietf.org/html/rfc2396) |
19
+
| **port** | _integer or `null`_ | The port that the route listens on. Only compatible with routes specifying the `tcp` protocol |
20
+
| **url** | _string_ | The URL for the route; URLs of protocol `http` are a combination of host, domain name, and path; URLs of protocol `tcp` are a combination of domain name and port |
21
+
| **destinations** | array of [_destination objects_](#the-destination-object) | List of destinations for the route |
22
+
| **relationships.space** | [_to-one relationship_](#to-one-relationships) | A relationship to the space containing the route. Routes can only be mapped to destinations in that space |
23
+
| **relationships.domain** | [_to-one relationship_](#to-one-relationships) | A relationship to the domain of the route |
24
+
| **options** | [_route option object_](#the-route-options-object) | Options applied to the route |
25
+
| **metadata.labels** | [_label object_](#labels) | Labels applied to the route |
26
+
| **metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the route |
27
+
| **links** | [_links object_](#links) | Links to related resources |
0 commit comments