mirror of https://github.com/status-im/consul.git
update controllername to match previous style
This commit is contained in:
parent
b2cf7f0d3d
commit
43e4f09a16
|
@ -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