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

    Type Alias V1alpha1VirtualMachineBackupStatus

    V1alpha1VirtualMachineBackupStatus:
        | {
            checkpointName?: string;
            conditions?: K8sIoApimachineryPkgApisMetaV1Condition[];
            endpointCert?: string;
            includedVolumes?: V1alpha1BackupVolumeInfo[];
            type?: string;
        }
        | null

    VirtualMachineBackupStatus is the status for a VirtualMachineBackup resource

    Type Declaration

    • {
          checkpointName?: string;
          conditions?: K8sIoApimachineryPkgApisMetaV1Condition[];
          endpointCert?: string;
          includedVolumes?: V1alpha1BackupVolumeInfo[];
          type?: string;
      }
      • OptionalcheckpointName?: string

        CheckpointName the name of the checkpoint created for the current backup

      • Optionalconditions?: K8sIoApimachineryPkgApisMetaV1Condition[]
      • OptionalendpointCert?: string

        EndpointCert is the raw CACert that is to be used when connecting to an exported backup endpoint in pull mode.

      • OptionalincludedVolumes?: V1alpha1BackupVolumeInfo[]

        IncludedVolumes lists the volumes that were included in the backup

      • Optionaltype?: string

        Type indicates if the backup was full or incremental

    • null