File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You can create a virtual machine (VM) snapshot for an offline or online VM by cr
20
20
+
21
21
[source,yaml]
22
22
----
23
- apiVersion: snapshot.kubevirt.io/v1alpha1
23
+ apiVersion: snapshot.kubevirt.io/v1beta1
24
24
kind: VirtualMachineSnapshot
25
25
metadata:
26
26
name: <snapshot _name >
@@ -76,7 +76,7 @@ $ oc describe vmsnapshot <snapshot_name>
76
76
.Example output
77
77
[source,yaml]
78
78
----
79
- apiVersion: snapshot.kubevirt.io/v1alpha1
79
+ apiVersion: snapshot.kubevirt.io/v1beta1
80
80
kind: VirtualMachineSnapshot
81
81
metadata:
82
82
creationTimestamp: "2020-09-30T14:41:51Z"
@@ -86,7 +86,7 @@ metadata:
86
86
name: mysnap
87
87
namespace: default
88
88
resourceVersion: "3897"
89
- selfLink: /apis/snapshot.kubevirt.io/v1alpha1 /namespaces/default/virtualmachinesnapshots/my-vmsnapshot
89
+ selfLink: /apis/snapshot.kubevirt.io/v1beta1 /namespaces/default/virtualmachinesnapshots/my-vmsnapshot
90
90
uid: 28eedf08-5d6a-42c1-969c-2eda58e2a78d
91
91
spec:
92
92
source:
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ $ oc get vmrestore <vm_restore>
51
51
.Example output
52
52
[source, yaml]
53
53
----
54
- apiVersion: snapshot.kubevirt.io/v1alpha1
54
+ apiVersion: snapshot.kubevirt.io/v1beta1
55
55
kind: VirtualMachineRestore
56
56
metadata:
57
57
creationTimestamp: "2020-09-30T14:46:27Z"
@@ -66,7 +66,7 @@ ownerReferences:
66
66
name: my-vm
67
67
uid: 355897f3-73a0-4ec4-83d3-3c2df9486f4f
68
68
resourceVersion: "5512"
69
- selfLink: /apis/snapshot.kubevirt.io/v1alpha1 /namespaces/default/virtualmachinerestores/my-vmrestore
69
+ selfLink: /apis/snapshot.kubevirt.io/v1beta1 /namespaces/default/virtualmachinerestores/my-vmrestore
70
70
uid: 71c679a8-136e-46b0-b9b5-f57175a6a041
71
71
spec:
72
72
target:
You can’t perform that action at this time.
0 commit comments