Package version:

Interface ClusterInstanceViewPropertiesStatus

Status of the instance view.

interface ClusterInstanceViewPropertiesStatus {
    message?: string;
    ready: string;
    reason?: string;
}

Hierarchy (view full)

Properties

message?: string

The additional message.

ready: string

The cluster ready status

reason?: string

The status reason.