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

    Interface V1beta1VolumeSnapshotStatus

    VolumeSnapshotStatus is the status of a VolumeSnapshot

    interface V1beta1VolumeSnapshotStatus {
        creationTime?: string;
        error?: V1beta1Error;
        readyToUse?: boolean;
        volumeSnapshotName: string;
    }
    Index

    Properties

    creationTime?: string

    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.

    error?: V1beta1Error

    Error is the last error encountered during the snapshot/restore

    readyToUse?: boolean
    volumeSnapshotName: string
    ""