FeatureStatus interface
FeatureStatus contains information regarding a Kubernetes cluster feature.
Properties
| detailed |
The status representing the state of this feature. |
| detailed |
The descriptive message about the current detailed status. |
| name | The name of the feature. |
| version | The version of the feature. |
Property Details
detailedStatus
The status representing the state of this feature.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message about the current detailed status.
detailedStatusMessage?: string
Property Value
string
name
The name of the feature.
name?: string
Property Value
string
version
The version of the feature.
version?: string
Property Value
string