Update listwatch.go

(cherry picked from commit e1327ca01c)
This commit is contained in:
andreihagiescu-db 2021-02-22 12:46:08 -05:00 committed by Tariq Ibrahim
parent a3bf003ce3
commit 6b70140fcd
No known key found for this signature in database
GPG Key ID: DFC94E4A008B908A
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func (s *shardedListWatch) List(options metav1.ListOptions) (runtime.Object, err
} }
metaObj, err := meta.ListAccessor(list) metaObj, err := meta.ListAccessor(list)
res.ListMeta.ResourceVersion = metaObj.GetResourceVersion() res.ListMeta.ResourceVersion = metaObj.GetResourceVersion()
return res, nil return res, nil
} }