blob: b75273c01de34cbc5eb42e4c82a12996a05b67e2 [file] [log] [blame]
Vasyl Saienko775c1da2023-07-13 11:34:25 +00001kind: VirtualMachineClone
2apiVersion: "clone.kubevirt.io/v1alpha1"
3metadata:
4 name: cirros-clone
5
6spec:
7 # source & target definitions
8 source:
9 apiGroup: kubevirt.io
10 kind: VirtualMachine
11 name: cirros-clone
12 target:
13 apiGroup: kubevirt.io
14 kind: VirtualMachine
15 name: cirros-clone-target
16
17 # labels & annotations definitions
18 labelFilters:
19 - "*"
20 - "!someKey/*"
21 annotationFilters:
22 - "anotherKey/*"
23
24 # other identity stripping specs:
25 #newMacAddresses:
26 # interfaceName: "00-11-22"
27 #newSMBiosSerial: "new-serial"