update controllername to match previous style

This commit is contained in:
Sarah Alsmiller 2022-07-26 12:42:46 -05:00
parent b2cf7f0d3d
commit 43e4f09a16
1 changed files with 4 additions and 1 deletions

View File

@ -33,10 +33,13 @@ The `GatewayClass` resource is a generic kubernetes gateway object. For configur
This topic provides details about the configuration parameters. This topic provides details about the configuration parameters.
### controllerName ### controllerName
The name of the controller that is managing the gateways of this class. When using Consul API Gateway, this value should be equal to `'hashicorp.com/consul-api-gateway-controller'` The name of the controller that is managing the gateways of this class.
* Type: string * Type: string
* Required: required * Required: required
You must specify the following value:
* `'hashicorp.com/consul-api-gateway-controller'`
### parametersRef ### parametersRef
An object that defines additional configuration required by the gateway controller. An object that defines additional configuration required by the gateway controller.
* Type: object * Type: object