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.
|
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
|
||||||
|
|
Loading…
Reference in New Issue