@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface Condition

    interface Condition {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.Condition";
        description: string;
        lastTransitionAt?: Dayjs;
        lastTransitionError?: Condition_TransitionError;
        reason: string;
        severity: Condition_Severity;
        status: Condition_Status;
        type: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mk8s.v1.Condition"
    description: string

    A human readable description message of this detail.

    lastTransitionAt?: Dayjs

    The last time the condition transitioned from one status to another.

    lastTransitionError?: Condition_TransitionError
    reason: string

    The reason for the condition's last transition in CamelCase. The values are considered a guaranteed API.

    Explicit classification of Reason code, so the users or machines can immediately understand the current situation and act accordingly.

    Status of the condition, one of TRUE, FALSE or UNKNOWN.

    type: string

    Type of condition. Should be CamelCase