update controllername to match previous style
This commit is contained in:
parent
e1ab9bcb16
commit
e53d3a4eab
|
@ -33,10 +33,13 @@ The `GatewayClass` resource is a generic kubernetes gateway object. For configur
|
|||
This topic provides details about the configuration parameters.
|
||||
|
||||
### 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
|
||||
* Required: required
|
||||
|
||||
You must specify the following value:
|
||||
* `'hashicorp.com/consul-api-gateway-controller'`
|
||||
|
||||
### parametersRef
|
||||
An object that defines additional configuration required by the gateway controller.
|
||||
* Type: object
|
||||
|
|
Loading…
Reference in New Issue