left align table

This commit is contained in:
Sarah Alsmiller 2022-07-25 20:30:51 -05:00
parent 082ad42ff4
commit af56187fb7
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ Gateway instances derive their configurations from the [`GatewayClass`](/docs/ap
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 |
| `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 |