KubernetesClusterPatchProperties interface

KubernetesClusterPatchProperties represents the properties of the Kubernetes cluster that can be patched.

Properties

administratorConfiguration

The configuration of the default administrator credentials.

controlPlaneNodeConfiguration

The defining characteristics of the control plane that can be patched for this Kubernetes cluster.

kubernetesVersion

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