File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,23 @@ Proposed configuration CRD example:
37
37
38
38
``` yaml
39
39
apiVersion : gateway.nginx.org/v1alpha1
40
- kind : NGINXControlConfig
40
+ kind : NginxGateway
41
41
metadata :
42
- name : nkg -config
42
+ name : nginx-gateway -config
43
43
namespace : nginx-gateway
44
44
spec :
45
- log :
45
+ logging :
46
46
level : info
47
47
...
48
48
status :
49
+ conditions :
49
50
...
50
51
```
51
52
52
53
- The CRD would be Namespace-scoped, living in the same Namespace as the controller that it applies to.
53
54
- CRD is initialized and created when NKG is deployed.
54
- - NKG references the name of this CRD via CLI arg, and only watches this CRD. If the resource doesn't exist,
55
- then an error is logged and event created, and default values are used.
55
+ - NKG references the name of this CRD via CLI arg ( ` --nginx-gateway-config-name ` ) , and only watches this CRD.
56
+ If the resource doesn't exist, then an error is logged and event created, and default values are used.
56
57
- If user deletes resource, NKG logs an error and creates an event. NKG will revert to default values.
57
58
58
59
This resource won't be referenced in the ` parametersRef ` of the GatewayClass, reserving that option for a data
You can’t perform that action at this time.
0 commit comments