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