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

    Interface IoK8sApiApiserverinternalV1alpha1StorageVersionCondition

    Describes the state of the storageVersion at a certain point.

    interface IoK8sApiApiserverinternalV1alpha1StorageVersionCondition {
        lastTransitionTime?: string;
        message: string;
        observedGeneration?: number;
        reason: string;
        status: string;
        type: string;
    }
    Index

    Properties

    lastTransitionTime?: string

    Last time the condition transitioned from one status to another.

    message: string

    A human readable message indicating details about the transition.

    observedGeneration?: number

    If set, this represents the .metadata.generation that the condition was set based upon.

    int64

    reason: string

    The reason for the condition's last transition.

    status: string

    Status of the condition, one of True, False, Unknown.

    type: string

    Type of the condition.