We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad998ca commit 71d7b21Copy full SHA for 71d7b21
pkg/services/gc/gc.go
@@ -22,13 +22,12 @@ import (
22
"github.com/opendatahub-io/opendatahub-operator/v2/pkg/controller/client"
23
)
24
25
-// Instance a global instance of the GC service.
26
-//
27
// TODO: since the GC service is quite heavy, as it has to discover
28
29
-// resources that can be subject to GC, we share single global
30
-// instance, however as long term, we should find a better way
31
-// 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.
32
var Instance *GC
33
34
const (
0 commit comments