We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dca0be7 + 8a742fb commit 0ef0753Copy full SHA for 0ef0753
pkg/internal/source/kind.go
@@ -112,6 +112,6 @@ func (ks *Kind) WaitForSync(ctx context.Context) error {
112
if errors.Is(ctx.Err(), context.Canceled) {
113
return nil
114
}
115
- return errors.New("timed out waiting for cache to be synced")
+ return fmt.Errorf("timed out waiting for cache to be synced for Kind %T", ks.Type)
116
117
0 commit comments