FeatureStatus interface

FeatureStatus contains information regarding a Kubernetes cluster feature.

Properties

detailedStatus

The status representing the state of this feature. NOTE: This property will not be serialized. It can only be populated by the server.

detailedStatusMessage

The descriptive message about the current detailed status. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the feature. NOTE: This property will not be serialized. It can only be populated by the server.

version

The version of the feature. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

detailedStatus

The status representing the state of this feature. NOTE: This property will not be serialized. It can only be populated by the server.

detailedStatus?: string

Property Value

string

detailedStatusMessage

The descriptive message about the current detailed status. NOTE: This property will not be serialized. It can only be populated by the server.

detailedStatusMessage?: string

Property Value

string

name

The name of the feature. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

version

The version of the feature. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Property Value

string