Skip to content

Commit

Permalink
gc
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Feb 3, 2025
1 parent ad998ca commit 71d7b21
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkg/services/gc/gc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 71d7b21

Please sign in to comment.