From 71d7b218c5752c8a1e18d82d16c88db4dc1e28aa Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Mon, 3 Feb 2025 21:35:11 +0100 Subject: [PATCH] gc --- pkg/services/gc/gc.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pkg/services/gc/gc.go b/pkg/services/gc/gc.go index 1a494995cd6..71197a162f0 100644 --- a/pkg/services/gc/gc.go +++ b/pkg/services/gc/gc.go @@ -22,13 +22,12 @@ import ( "github.com/opendatahub-io/opendatahub-operator/v2/pkg/controller/client" ) -// Instance a global instance of the GC service. -// // TODO: since the GC service is quite heavy, as it has to discover -// -// resources that can be subject to GC, we share single global -// instance, however as long term, we should find a better way -// to let consumer of the service to access it. +// resources that can be subject to GC, we share single global +// instance, however as long term, we should find a better way +// to let consumer of the service to access it. + +// Instance a global instance of the GC service. var Instance *GC const (