Condition interface

Condition defines an extension to status.

Properties

message

A human readable message indicating details about the status. NOTE: This property will not be serialized. It can only be populated by the server.

reason

The reason for the condition's status. NOTE: This property will not be serialized. It can only be populated by the server.

severity

Severity with which to treat failures of this type of condition. NOTE: This property will not be serialized. It can only be populated by the server.

status

Status of the condition. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

message

A human readable message indicating details about the status. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

reason

The reason for the condition's status. NOTE: This property will not be serialized. It can only be populated by the server.

reason?: string

Property Value

string

severity

Severity with which to treat failures of this type of condition. NOTE: This property will not be serialized. It can only be populated by the server.

severity?: string

Property Value

string

status

Status of the condition. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string