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
Copy file name to clipboardExpand all lines: docs/api.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1730,7 +1730,8 @@ _Appears in:_
1730
1730
1731
1731
| Field | Description | Default | Validation |
1732
1732
| --- | --- | --- | --- |
1733
-
|`clusterId`_string_| ClusterId specifies the unique identifier of the cluster.<br />For shared routing this Id will be used for SNI resolving. |||
1733
+
|`clusterId`_string_| ClusterId specifies the unique identifier of the cluster. |||
1734
+
|`fqdn`_string_| The fully qualified domain name (also know as host).<br />For shared routing this will be used for SNI resolving. |||
1734
1735
|`enabled`_boolean_| Enabled specifies whether to enable ingress for the cluster or not. | true | Optional: \{\} <br /> |
1735
1736
|`shared`_boolean_| Set if the cluster uses (at least one) shared loadbalancer.<br />Note that this doesn't mean it doesn't have a dedicated loadbalancer as well (e.g. during a migration from one to the other). || Optional: \{\} <br /> |
1736
1737
|`dedicated`_boolean_| Set if the cluster uses (at least one) dedicated loadbalancer.<br />Note that this doesn't mean it doesn't have a shared loadbalancer as well (e.g. during a migration from one to the other). || Optional: \{\} <br /> |
0 commit comments