diff --git a/main/definitions.html b/main/definitions.html index e071bea..3173441 100644 --- a/main/definitions.html +++ b/main/definitions.html @@ -657,6 +657,7 @@
  • v1.SoundDevice
  • v1.StartOptions
  • v1.StopOptions
  • +
  • v1.StorageMigratedVolumeInfo
  • v1.SupportContainerResources
  • v1.SyNICTimer
  • v1.SysprepSource
  • @@ -11764,6 +11765,18 @@

    v1.PersistentVolumeClaimInfo

    +

    claimName
    +optional

    +
    +
    +

    ClaimName is the name of the PVC

    +
    +
    +

    string

    +
    + + +

    filesystemOverhead
    optional

    @@ -13528,6 +13541,65 @@

    v1.StopOptions

    +

    v1.StorageMigratedVolumeInfo

    +
    +

    StorageMigratedVolumeInfo tracks the information about the source and destination volumes during the volume migration

    +
    + +++++ + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionSchema
    +

    destinationPVCInfo
    +optional

    +
    +

    DestinationPVCInfo contains the information about the destination PVC

    +
    +

    sourcePVCInfo
    +optional

    +
    +

    SourcePVCInfo contains the information about the source PVC

    +
    +

    volumeName
    +required

    +
    +

    VolumeName is the name of the volume that is being migrated
    +Default : ""

    +
    +

    string

    +
    +
    +

    v1.SupportContainerResources

    SupportContainerResources are used to specify the cpu/memory request and limits for the containers that support various features of Virtual Machines. These containers are usually idle and don’t require a lot of memory or cpu.

    @@ -16951,6 +17023,18 @@

    v1.VirtualMachineInstanceStatus

    +

    migratedVolumes
    +optional

    +
    +
    +

    MigratedVolumes lists the source and destination volumes during the volume migration

    +
    + + + +

    migrationMethod
    optional

    diff --git a/main/index.html b/main/index.html index 826ba08..50e1a2d 100644 --- a/main/index.html +++ b/main/index.html @@ -438,7 +438,7 @@
    @@ -496,7 +496,7 @@

    KubeVirt API Reference