Update listwatch.go

(cherry picked from commit d40eb3332e)
This commit is contained in:
andreihagiescu-db 2021-02-22 13:09:47 -05:00 committed by Tariq Ibrahim
parent 4da904859f
commit 256af0c1a7
No known key found for this signature in database
GPG Key ID: DFC94E4A008B908A
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ func (s *shardedListWatch) List(options metav1.ListOptions) (runtime.Object, err
res.Items = append(res.Items, runtime.RawExtension{Object: item})
}
}
res.ListMeta.ResourceVersion = metaObj.GetResourceVersion()
return res, nil