File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ or `edit` the configuration.
36
36
Proposed configuration CRD example:
37
37
38
38
``` yaml
39
- apiVersion : nginx. gateway.k8s.io /v1alpha1
39
+ apiVersion : gateway.nginx.org /v1alpha1
40
40
kind : NGINXControlConfig
41
41
metadata :
42
42
name : nkg-config
@@ -55,9 +55,13 @@ status:
55
55
then an error is logged and event created, and default values are used.
56
56
- If user deletes resource, NKG logs an error and creates an event. NKG will revert to default values.
57
57
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
+
58
63
For discussion with team :
59
64
60
- - API group name
61
65
- kind name
62
66
- default resource name
63
67
You can’t perform that action at this time.
0 commit comments