diff options
Diffstat (limited to 'k8s-operator/api.md')
| -rw-r--r-- | k8s-operator/api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s-operator/api.md b/k8s-operator/api.md index 5a60f66e0..762c1b424 100644 --- a/k8s-operator/api.md +++ b/k8s-operator/api.md @@ -53,7 +53,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `routes` _[Routes](#routes)_ | Routes are optional preconfigured routes for the domains routed via the app connector.<br />If not set, routes for the domains will be discovered dynamically.<br />If set, the app connector will immediately be able to route traffic using the preconfigured routes, but may<br />also dynamically discover other routes.<br />https://tailscale.com/kb/1332/apps-best-practices#preconfiguration | | Format: cidr <br />MinItems: 1 <br />Type: string <br /> | +| `routes` _[Route](#route) array_ | Routes are optional preconfigured routes for the domains routed via the app connector.<br />If not set, routes for the domains will be discovered dynamically.<br />If set, the app connector will immediately be able to route traffic using the preconfigured routes, but may<br />also dynamically discover other routes.<br />https://tailscale.com/kb/1332/apps-best-practices#preconfiguration | | Format: cidr <br />Type: string <br /> | @@ -1049,6 +1049,7 @@ _Validation:_ - Type: string _Appears in:_ +- [AppConnector](#appconnector) - [Routes](#routes) @@ -1065,7 +1066,6 @@ _Validation:_ - Type: string _Appears in:_ -- [AppConnector](#appconnector) - [SubnetRouter](#subnetrouter) |
