Skip to content

Commit

Permalink
tab spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
boruszak committed Oct 30, 2023
1 parent 5e8f602 commit 556ecda
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The following list outlines field hierarchy, language-specific data types, and r
- [`pathPrefix`](#spec-permissions-destinationrules-exclude-pathprefix): string
- [`pathRegex`](#spec-permissions-destinationrules-exclude-pathregex): string
- [`portNames`](#spec-permissions-destinationrules-exclude-portNames): array of strings

</Tab>
</Tabs>

Expand All @@ -77,6 +78,10 @@ The previous section's [configuration model](#configuration-model) provides an o

When every field is defined, a TrafficPermissions CRD has the following form:

<Tabs>

<Tab heading="YAML" group="yaml">

```yaml
apiVersion: auth.consul.hashicorp.com/v2beta1 # required
kind: TrafficPermissions # required
Expand Down Expand Up @@ -128,6 +133,9 @@ spec:
pathRegex:
```
</Tab>
</Tabs>
## Specification
This section provides details about the fields you can configure in the TrafficPermissions custom resource definition (CRD).
Expand Down

0 comments on commit 556ecda

Please sign in to comment.