Skip to content

Commit aa8dcbd

Browse files
committed
More suggestions
1 parent 096a020 commit aa8dcbd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/proposals/control-plane-config.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ or `edit` the configuration.
3636
Proposed configuration CRD example:
3737

3838
```yaml
39-
apiVersion: nginx.gateway.k8s.io/v1alpha1
39+
apiVersion: gateway.nginx.org/v1alpha1
4040
kind: NGINXControlConfig
4141
metadata:
4242
name: nkg-config
@@ -55,9 +55,13 @@ status:
5555
then an error is logged and event created, and default values are used.
5656
- If user deletes resource, NKG logs an error and creates an event. NKG will revert to default values.
5757
58+
This resource won't be referenced in the `parametersRef` of the GatewayClass, reserving that option for a data
59+
plane CRD. The control plane may end up supporting multiple GatewayClasses, so linking the control CRD to a
60+
GatewayClass wouldn't make sense. Referencing the CRD via a CLI argument ensures we only support one instance of
61+
the CRD per control plane.
62+
5863
For discussion with team:
5964

60-
- API group name
6165
- kind name
6266
- default resource name
6367

0 commit comments

Comments
 (0)