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

V1VirtualMachineInstanceMigrationSourceState

Hierarchy

  • V1VirtualMachineInstanceMigrationSourceState

Index

Properties

domainName?: string

The name of the domain on the source libvirt domain

memberof

V1VirtualMachineInstanceMigrationSourceState

domainNamespace?: string

Namespace used in the name of the source libvirt domain. Can be used to find and modify paths in the domain

memberof

V1VirtualMachineInstanceMigrationSourceState

migrationUID?: string

The Source VirtualMachineInstanceMigration object associated with this migration

memberof

V1VirtualMachineInstanceMigrationSourceState

node?: string

The source node that the VMI originated on

memberof

V1VirtualMachineInstanceMigrationSourceState

nodeSelectors?: {}

Node selectors needed by the target to start the receiving pod.

memberof

V1VirtualMachineInstanceMigrationSourceState

Type declaration

  • [key: string]: string
persistentStatePVCName?: string

If the VMI being migrated uses persistent features (backend-storage), its source PVC name is saved here

memberof

V1VirtualMachineInstanceMigrationSourceState

pod?: string

The source pod that the VMI is originated on

memberof

V1VirtualMachineInstanceMigrationSourceState

selinuxContext?: string

SELinuxContext is the actual SELinux context of the pod

memberof

V1VirtualMachineInstanceMigrationSourceState

syncAddress?: string

The ip address/fqdn:port combination to use to synchronize the VMI with the target.

memberof

V1VirtualMachineInstanceMigrationSourceState

virtualMachineInstanceUID?: string

VirtualMachineInstanceUID is the UID of the target virtual machine instance

memberof

V1VirtualMachineInstanceMigrationSourceState

Generated using TypeDoc