Skip to content

Commit 00f2425

Browse files
authored
Merge pull request #2057 from Miciah/tidy-up-startup-logging-of-kindWithCache-source
✨ Tidy up startup logging of kindWithCache source
2 parents 4dae0f2 + 2da459c commit 00f2425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/source/source.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ func (ks *kindWithCache) Start(ctx context.Context, handler handler.EventHandler
8383
return ks.kind.Start(ctx, handler, queue, prct...)
8484
}
8585

86+
func (ks *kindWithCache) String() string {
87+
return ks.kind.String()
88+
}
89+
8690
func (ks *kindWithCache) WaitForSync(ctx context.Context) error {
8791
return ks.kind.WaitForSync(ctx)
8892
}

0 commit comments

Comments
 (0)