From 0740eeaefa7f80c80b83f655248b144be5074537 Mon Sep 17 00:00:00 2001 From: kimorris27 Date: Tue, 14 Jan 2025 14:45:39 -0600 Subject: [PATCH] Add Hive rest config and ClusterManager to monitor --- pkg/monitor/cluster/clustersync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/monitor/cluster/clustersync.go b/pkg/monitor/cluster/clustersync.go index afd49cea3b3..3133dc8e394 100644 --- a/pkg/monitor/cluster/clustersync.go +++ b/pkg/monitor/cluster/clustersync.go @@ -12,7 +12,7 @@ import ( func (mon *Monitor) emitClusterSync(ctx context.Context) error { if mon.hiveClusterManager == nil { - // TODO(hive): remove this once we have Hive everywhere + // TODO(hive): remove this once we have Hive everywhere. mon.log.Info("skipping: no hive cluster manager") return nil }