Export

NodePreflightStatus

interface NodePreflightStatus {
    code: number;
    reason: string;
    status: string;
}

Properties

Properties

code: number

Memberof

NodePreflightStatus

reason: string

the reason for the transition to the next status

Memberof

NodePreflightStatus

status: string

the next status of the node

Memberof

NodePreflightStatus

Generated using TypeDoc