Vasyl Saienko | 775c1da | 2023-07-13 11:34:25 +0000 | [diff] [blame] | 1 | kind: VirtualMachineClone |
| 2 | apiVersion: "clone.kubevirt.io/v1alpha1" |
| 3 | metadata: |
| 4 | name: cirros-clone |
| 5 | |
| 6 | spec: |
| 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" |