Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg committed Sep 27, 2024
1 parent 85b10f5 commit 6f44a51
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pkg/indexer/localcredentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ type LocalCredentialIndexer struct {
logger *zap.SugaredLogger
}

// Reconciliable is implemented by CRD objects used by indexes to trigger reconciliations
type Reconciliable interface {
ReconciliableRequests() []reconcile.Request
}

// ReconciliableList is a Reconciliable that is also a CRD list
type ReconciliableList interface {
client.ObjectList
Reconciliable
}

func NewLocalCredentialsIndexer(name string, obj client.Object, logger *zap.Logger) *LocalCredentialIndexer {
return &LocalCredentialIndexer{
obj: obj,
Expand Down

0 comments on commit 6f44a51

Please sign in to comment.