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

    Interface IoK8sApiCoreV1PersistentVolumeClaimCondition

    PersistentVolumeClaimCondition contains details about state of pvc

    interface IoK8sApiCoreV1PersistentVolumeClaimCondition {
        lastProbeTime?: string;
        lastTransitionTime?: string;
        message?: string;
        reason?: string;
        status: string;
        type: string;
    }
    Index

    Properties

    lastProbeTime?: string

    lastProbeTime is the time we probed the condition.

    lastTransitionTime?: string

    lastTransitionTime is the time the condition transitioned from one status to another.

    message?: string

    message is the human-readable message indicating details about last transition.

    reason?: string

    reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "Resizing" that means the underlying persistent volume is being resized.

    status: string
    type: string