Update website/content/docs/api-gateway/configuration/gateway.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
parent
8c8dee189f
commit
711bc7724b
|
@ -21,7 +21,7 @@ Specify the following parameters to declare a Gateway:
|
||||||
|:-----------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------:|
|
|:-----------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------:|
|
||||||
| `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 for describing 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 |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue