Skip to content

Commit fc5043c

Browse files
fix
Signed-off-by: Yaroslav Borbat <[email protected]>
1 parent 3b76b06 commit fc5043c

File tree

1 file changed

+1
-4
lines changed
  • images/virtualization-artifact/pkg/apiserver/registry/vm/storage

1 file changed

+1
-4
lines changed

images/virtualization-artifact/pkg/apiserver/registry/vm/storage/storage.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ func (store VirtualMachineStorage) Get(ctx context.Context, name string, _ *meta
148148
APIVersion: subresources.SchemeGroupVersion.String(),
149149
Kind: "APIVirtualMachine",
150150
},
151-
ObjectMeta: metav1.ObjectMeta{
152-
Name: vm.Name,
153-
Namespace: vm.Namespace,
154-
},
151+
ObjectMeta: vm.ObjectMeta,
155152
}, nil
156153
}

0 commit comments

Comments
 (0)