Skip to content

Commit

Permalink
Merge pull request #2057 from Miciah/tidy-up-startup-logging-of-kindW…
Browse files Browse the repository at this point in the history
…ithCache-source

✨ Tidy up startup logging of kindWithCache source
  • Loading branch information
k8s-ci-robot committed Nov 24, 2022
2 parents 4dae0f2 + 2da459c commit 00f2425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/source/source.go
Expand Up @@ -83,6 +83,10 @@ func (ks *kindWithCache) Start(ctx context.Context, handler handler.EventHandler
return ks.kind.Start(ctx, handler, queue, prct...)
}

func (ks *kindWithCache) String() string {
return ks.kind.String()
}

func (ks *kindWithCache) WaitForSync(ctx context.Context) error {
return ks.kind.WaitForSync(ctx)
}
Expand Down

0 comments on commit 00f2425

Please sign in to comment.