ResourceHealthStatus interface

Represents the health state of a resource.

Properties

lastTransitionTime

The timestamp (RFC3339) when the health status last changed.

lastUpdateTime

The timestamp (RFC3339) when the health status was last updated, even if the status did not change.

message

A human-readable message describing the last transition.

reasonCode

Unique, CamelCase reason code describing the cause of the last health state transition.

status

The high-level health status of the resource.

Property Details

lastTransitionTime

The timestamp (RFC3339) when the health status last changed.

lastTransitionTime?: string

Property Value

string

lastUpdateTime

The timestamp (RFC3339) when the health status was last updated, even if the status did not change.

lastUpdateTime?: string

Property Value

string

message

A human-readable message describing the last transition.

message?: string

Property Value

string

reasonCode

Unique, CamelCase reason code describing the cause of the last health state transition.

reasonCode?: string

Property Value

string

status

The high-level health status of the resource.

status?: string

Property Value

string