Skip to content

Commit

Permalink
docs(MeshTimeout): add targetRef tables
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont committed Jan 16, 2024
1 parent aa77cea commit 3e988f0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/_src/policies/meshtimeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ Do **not** combine with [Timeout policy](/docs/{{ page.version }}/policies/timeo

## TargetRef support matrix

{% if_version gte:2.6.x %}
{% tabs targetRef useUrlFragment=false %}
{% tab targetRef Sidecar %}
| `targetRef` | Allowed kinds |
| ----------------------- | ------------------------------------------------------------------------- |
| `targetRef.kind` | `Mesh`, `MeshSubset`, `MeshService`, `MeshServiceSubset`, `MeshHTTPRoute` |
| `to[].targetRef.kind` | `Mesh`, `MeshService` |
| `from[].targetRef.kind` | `Mesh` |
{% endtab %}

{% tab targetRef Builtin Gateway %}
| `targetRef` | Allowed kinds |
| --------------------- | --------------------------------------------------------- |
| `targetRef.kind` | `Mesh`, `MeshGateway`, `MeshGateway` with listener `tags` |
| `to[].targetRef.kind` | `Mesh` |
{% endtab %}
{% endtabs %}

{% endif_version %}
{% if_version lte:2.5.x %}
{% if_version gte:2.3.x %}

| TargetRef type | top level | to | from |
Expand All @@ -30,6 +50,7 @@ Do **not** combine with [Timeout policy](/docs/{{ page.version }}/policies/timeo
| MeshService ||||
| MeshServiceSubset ||||

{% endif_version %}
{% endif_version %}

To learn more about the information in this table, see the [matching docs](/docs/{{ page.version }}/policies/targetref).
Expand Down

0 comments on commit 3e988f0

Please sign in to comment.