Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

V1beta1VirtualMachineCloneSpec

Hierarchy

  • V1beta1VirtualMachineCloneSpec

Index

Properties

annotationFilters?: string[]

Example use: "!some/key*". For a detailed description, please refer to https://kubevirt.io/user-guide/operations/clone_api/#label-annotation-filters.

memberof

V1beta1VirtualMachineCloneSpec

labelFilters?: string[]

Example use: "!some/key*". For a detailed description, please refer to https://kubevirt.io/user-guide/operations/clone_api/#label-annotation-filters.

memberof

V1beta1VirtualMachineCloneSpec

newMacAddresses?: {}

NewMacAddresses manually sets that target interfaces' mac addresses. The key is the interface name and the value is the new mac address. If this field is not specified, a new MAC address will be generated automatically, as for any interface that is not included in this map.

memberof

V1beta1VirtualMachineCloneSpec

Type declaration

  • [key: string]: string
newSMBiosSerial?: string

NewSMBiosSerial manually sets that target's SMbios serial. If this field is not specified, a new serial will be generated automatically.

memberof

V1beta1VirtualMachineCloneSpec

patches?: string[]

Patches holds JSON patches to apply to target. Patches should fit the target's Kind. Example: '{"op": "add", "path": "/spec/template/metadata/labels/example", "value": "new-label"}'

memberof

V1beta1VirtualMachineCloneSpec

memberof

V1beta1VirtualMachineCloneSpec

memberof

V1beta1VirtualMachineCloneSpec

memberof

V1beta1VirtualMachineCloneSpec

Generated using TypeDoc