KubernetesClusterFeatureProperties interface
KubernetesClusterFeatureProperties represents the properties of a Kubernetes cluster feature.
Properties
| availability |
The lifecycle indicator of the feature. |
| detailed |
The detailed status of the feature. |
| detailed |
The descriptive message for the detailed status of the feature. |
| options | The configured options for the feature. |
| provisioning |
The provisioning state of the Kubernetes cluster feature. |
| required | The indicator of if the feature is required or optional. Optional features may be deleted by the user, while required features are managed with the kubernetes cluster lifecycle. |
| version | The version of the feature. |
Property Details
availabilityLifecycle
The lifecycle indicator of the feature.
availabilityLifecycle?: string
Property Value
string
detailedStatus
The detailed status of the feature.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message for the detailed status of the feature.
detailedStatusMessage?: string
Property Value
string
options
The configured options for the feature.
options?: StringKeyValuePair[]
Property Value
provisioningState
The provisioning state of the Kubernetes cluster feature.
provisioningState?: string
Property Value
string
required
The indicator of if the feature is required or optional. Optional features may be deleted by the user, while required features are managed with the kubernetes cluster lifecycle.
required?: string
Property Value
string
version
The version of the feature.
version?: string
Property Value
string