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