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

    Interface IoK8sApiStoragemigrationV1alpha1StorageVersionMigrationSpec

    Spec of the storage version migration.

    interface IoK8sApiStoragemigrationV1alpha1StorageVersionMigrationSpec {
        continueToken?: string;
        resource: IoK8sApiStoragemigrationV1alpha1GroupVersionResource;
    }
    Index

    Properties

    continueToken?: string

    The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is "Running", users can use this token to check the progress of the migration.

    The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable.