File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ type eventHandlerConfig struct {
46
46
eventRecorder record.EventRecorder
47
47
// logLevelSetter is used to update the logging level.
48
48
logLevelSetter ZapLogLevelSetter
49
+ // metricsCollector collects metrics for this controller.
50
+ metricsCollector handlerMetricsCollector
49
51
// healthChecker sets the health of the Pod to Ready once we've written out our initial config
50
52
healthChecker * healthChecker
51
53
// controlConfigNSName is the NamespacedName of the NginxGateway config for this controller.
52
54
controlConfigNSName types.NamespacedName
53
- // metricsCollector collects metrics for this controller.
54
- metricsCollector handlerMetricsCollector
55
55
// version is the current version number of the nginx config.
56
56
version int
57
57
}
You can’t perform that action at this time.
0 commit comments