Skip to content

Commit 71d7b21

Browse files
committed
gc
1 parent ad998ca commit 71d7b21

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pkg/services/gc/gc.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ import (
2222
"github.com/opendatahub-io/opendatahub-operator/v2/pkg/controller/client"
2323
)
2424

25-
// Instance a global instance of the GC service.
26-
//
2725
// 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.
26+
// resources that can be subject to GC, we share single global
27+
// instance, however as long term, we should find a better way
28+
// to let consumer of the service to access it.
29+
30+
// Instance a global instance of the GC service.
3231
var Instance *GC
3332

3433
const (

0 commit comments

Comments
 (0)