Merge branch 'sa-restructure-documentation' of github.com:hashicorp/consul into sa-restructure-documentation

This commit is contained in:
Sarah Alsmiller 2022-07-21 14:54:04 -05:00
commit 111877a86d
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ Gateway instances derive their configurations from the [`GatewayClass`](/docs/ap
Specify the following parameters to declare a Gateway: Specify the following parameters to declare a Gateway:
| Parameter | Description | Required | | Parameter | Description | Required |
|:-----------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------:| | -----------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------:|
| `kind` | Specifies the type of configuration object. The value should always be Gateway | Required | | `kind` | Specifies the type of configuration object. The value should always be `Gateway`. | Required |
| `description` | Human-readable string for describing the purpose of the Gateway. | Optional | | `description` | Human-readable string that describes the purpose of the `Gateway`. | Optional |
| `version ` | Specifies the Kubernetes API version. The value should always be gateway.networking.k8s.io/v1alpha2 | Required | | `version ` | Specifies the Kubernetes API version. The value should always be `gateway.networking.k8s.io/v1alpha2` | Required |
| `scope` | Specifies the effective scope of the Gateway. The value should always be namespaced. | Required | | `scope` | Specifies the effective scope of the Gateway. The value should always be namespaced. | Required |
| `fields` | Specifies the configurations for the Gateway. The fields are listed in the Configuration model. Details for each field are described in the Specification. | Required | | `fields` | Specifies the configurations for the Gateway. The fields are listed in the Configuration model. Details for each field are described in the Specification. | Required |