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

    Type Alias V1beta1VirtualMachineSnapshotStatus

    V1beta1VirtualMachineSnapshotStatus:
        | {
            conditions?: V1beta1Condition[];
            creationTime?: K8sIoApimachineryPkgApisMetaV1Time;
            error?: V1beta1Error;
            indications?: string[];
            phase?: string;
            readyToUse?: boolean;
            snapshotVolumes?: V1beta1SnapshotVolumesLists;
            sourceIndications?: V1beta1SourceIndication[];
            sourceUID?: string;
            virtualMachineSnapshotContentName?: string;
        }
        | null

    VirtualMachineSnapshotStatus is the status for a VirtualMachineSnapshot resource

    Type Declaration

    • {
          conditions?: V1beta1Condition[];
          creationTime?: K8sIoApimachineryPkgApisMetaV1Time;
          error?: V1beta1Error;
          indications?: string[];
          phase?: string;
          readyToUse?: boolean;
          snapshotVolumes?: V1beta1SnapshotVolumesLists;
          sourceIndications?: V1beta1SourceIndication[];
          sourceUID?: string;
          virtualMachineSnapshotContentName?: string;
      }
      • Optionalconditions?: V1beta1Condition[]
      • OptionalcreationTime?: K8sIoApimachineryPkgApisMetaV1Time

        Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

      • Optionalerror?: V1beta1Error

        Error is the last error encountered during the snapshot/restore

      • Optionalindications?: string[]

        Deprecated: Use SourceIndications instead. This field will be removed in a future version.

      • Optionalphase?: string
      • OptionalreadyToUse?: boolean
      • OptionalsnapshotVolumes?: V1beta1SnapshotVolumesLists

        SnapshotVolumesLists includes the list of volumes which were included in the snapshot and volumes which were excluded from the snapshot

      • OptionalsourceIndications?: V1beta1SourceIndication[]
      • OptionalsourceUID?: string
      • OptionalvirtualMachineSnapshotContentName?: string
    • null