Skip to content

Commit ea97e08

Browse files
committed
feat: make cluster cache target the watch cache instead of etcd
Signed-off-by: Antoni Zawodny <[email protected]>
1 parent 6b2984e commit ea97e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cache/cluster.go

+1
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ func (c *clusterCache) listResources(ctx context.Context, resClient dynamic.Reso
553553
}
554554

555555
listRetry.Steps = int(c.listRetryLimit)
556+
opts.ResourceVersion = "0"
556557
err := retry.OnError(listRetry, c.listRetryFunc, func() error {
557558
var ierr error
558559
res, ierr = resClient.List(ctx, opts)

0 commit comments

Comments
 (0)