Skip to content

Commit 8cd0fc3

Browse files
committed
Don't override RV when listing in Replication VW
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
1 parent fa4e118 commit 8cd0fc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/virtual/replication/builder/unwrap.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ func newUnwrappingList(innerListGVK schema.GroupVersionKind, innerObjGR schema.G
499499
continue
500500
}
501501

502-
innerObj.SetResourceVersion(item.GetResourceVersion())
503502
for _, cluster := range clusters {
504503
obj := innerObj.DeepCopy()
505504
setCluster(obj, cluster)

0 commit comments

Comments
 (0)