KubernetesClusterPatchProperties interface
KubernetesClusterPatchProperties represents the properties of the Kubernetes cluster that can be patched.
Properties
| administrator |
The configuration of the default administrator credentials. |
| control |
The defining characteristics of the control plane that can be patched for this Kubernetes cluster. |
| kubernetes |
The Kubernetes version for this cluster. |
Property Details
administratorConfiguration
The configuration of the default administrator credentials.
administratorConfiguration?: AdministratorConfigurationPatch
Property Value
controlPlaneNodeConfiguration
The defining characteristics of the control plane that can be patched for this Kubernetes cluster.
controlPlaneNodeConfiguration?: ControlPlaneNodePatchConfiguration
Property Value
kubernetesVersion
The Kubernetes version for this cluster.
kubernetesVersion?: string
Property Value
string