Skip to content

Commit

Permalink
chore: fix typo in log message (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Yujun Zhang <[email protected]>

Signed-off-by: Yujun Zhang <[email protected]>
  • Loading branch information
yujunz committed Sep 1, 2022
1 parent c036d3f commit 517c1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ func (c *clusterCache) watchEvents(ctx context.Context, api kube.APIResourceInfo

// re-synchronize API state and restart watch periodically
case <-watchResyncTimeoutCh:
return fmt.Errorf("Resyncing %s on %s during to timeout", api.GroupKind, c.config.Host)
return fmt.Errorf("Resyncing %s on %s due to timeout", api.GroupKind, c.config.Host)

// re-synchronize API state and restart watch if retry watcher failed to continue watching using provided resource version
case <-w.Done():
Expand Down

0 comments on commit 517c1ff

Please sign in to comment.