| kind: VirtualMachineClone | |
| apiVersion: "clone.kubevirt.io/v1alpha1" | |
| metadata: | |
| name: cirros-clone | |
| spec: | |
| # source & target definitions | |
| source: | |
| apiGroup: kubevirt.io | |
| kind: VirtualMachine | |
| name: cirros-clone | |
| target: | |
| apiGroup: kubevirt.io | |
| kind: VirtualMachine | |
| name: cirros-clone-target | |
| # labels & annotations definitions | |
| labelFilters: | |
| - "*" | |
| - "!someKey/*" | |
| annotationFilters: | |
| - "anotherKey/*" | |
| # other identity stripping specs: | |
| #newMacAddresses: | |
| # interfaceName: "00-11-22" | |
| #newSMBiosSerial: "new-serial" |