@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1StorageMigratedVolumeInfo

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

    interface V1StorageMigratedVolumeInfo {
        destinationPVCInfo?: V1PersistentVolumeClaimInfo;
        sourcePVCInfo?: V1PersistentVolumeClaimInfo;
        volumeName: string;
    }
    Index

    Properties

    destinationPVCInfo?: V1PersistentVolumeClaimInfo

    DestinationPVCInfo contains the information about the destination PVC

    SourcePVCInfo contains the information about the source PVC

    volumeName: string

    VolumeName is the name of the volume that is being migrated

    ""