Update listwatch.go
This commit is contained in:
parent
e1327ca01c
commit
3e6cd660d0
|
|
@ -66,7 +66,7 @@ func (s *shardedListWatch) List(options metav1.ListOptions) (runtime.Object, err
|
|||
}
|
||||
}
|
||||
|
||||
metaObj, err := meta.ListAccessor(list)
|
||||
metaObj := meta.ListAccessor(list)
|
||||
res.ListMeta.ResourceVersion = metaObj.GetResourceVersion()
|
||||
|
||||
return res, nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue