ProvisionedClusterProperties interface

Properties of the provisioned cluster.

Properties

agentPoolProfiles

The agent pool properties for the provisioned cluster.

autoScalerProfile

Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster.

cloudProviderProfile

The profile for the underlying cloud infrastructure provider for the provisioned cluster.

clusterVMAccessProfile

The SSH restricted access profile for the VMs in the provisioned cluster.

controlPlane

The profile for control plane of the provisioned cluster.

kubernetesVersion

The version of Kubernetes in use by the provisioned cluster.

licenseProfile

The license profile of the provisioned cluster.

linuxProfile

The profile for Linux VMs in the provisioned cluster.

networkProfile

The network configuration profile for the provisioned cluster.

provisioningState

The status of the latest long running operation for the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

status

The observed status of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

storageProfile

The storage configuration profile for the provisioned cluster.

Property Details

agentPoolProfiles

The agent pool properties for the provisioned cluster.

agentPoolProfiles?: NamedAgentPoolProfile[]

Property Value

autoScalerProfile

Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster.

autoScalerProfile?: ProvisionedClusterPropertiesAutoScalerProfile

Property Value

cloudProviderProfile

The profile for the underlying cloud infrastructure provider for the provisioned cluster.

cloudProviderProfile?: CloudProviderProfile

Property Value

clusterVMAccessProfile

The SSH restricted access profile for the VMs in the provisioned cluster.

clusterVMAccessProfile?: ClusterVMAccessProfile

Property Value

controlPlane

The profile for control plane of the provisioned cluster.

controlPlane?: ControlPlaneProfile

Property Value

kubernetesVersion

The version of Kubernetes in use by the provisioned cluster.

kubernetesVersion?: string

Property Value

string

licenseProfile

The license profile of the provisioned cluster.

licenseProfile?: ProvisionedClusterLicenseProfile

Property Value

linuxProfile

The profile for Linux VMs in the provisioned cluster.

linuxProfile?: LinuxProfileProperties

Property Value

networkProfile

The network configuration profile for the provisioned cluster.

networkProfile?: NetworkProfile

Property Value

provisioningState

The status of the latest long running operation for the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

status

The observed status of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

status?: ProvisionedClusterPropertiesStatus

Property Value

storageProfile

The storage configuration profile for the provisioned cluster.

storageProfile?: StorageProfile

Property Value