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

    Interface IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition

    APIServiceCondition describes the state of an APIService at a particular point

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

    Properties

    lastTransitionTime?: string

    Last time the condition transitioned from one status to another.

    message?: string

    Human-readable message indicating details about last transition.

    reason?: string

    Unique, one-word, CamelCase reason for the condition's last transition.

    status: string

    Status is the status of the condition. Can be True, False, Unknown.

    type: string

    Type is the type of the condition.