InitialAgentPoolConfigurationResponse

data class InitialAgentPoolConfigurationResponse(val administratorConfiguration: AdministratorConfigurationResponse? = null, val agentOptions: AgentOptionsResponse? = null, val attachedNetworkConfiguration: AttachedNetworkConfigurationResponse? = null, val availabilityZones: List<String>? = null, val count: Double, val labels: List<KubernetesLabelResponse>? = null, val mode: String, val name: String, val taints: List<KubernetesLabelResponse>? = null, val upgradeSettings: AgentPoolUpgradeSettingsResponse? = null, val vmSkuName: String)

Constructors

Link copied to clipboard
constructor(administratorConfiguration: AdministratorConfigurationResponse? = null, agentOptions: AgentOptionsResponse? = null, attachedNetworkConfiguration: AttachedNetworkConfigurationResponse? = null, availabilityZones: List<String>? = null, count: Double, labels: List<KubernetesLabelResponse>? = null, mode: String, name: String, taints: List<KubernetesLabelResponse>? = null, upgradeSettings: AgentPoolUpgradeSettingsResponse? = null, vmSkuName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The administrator credentials to be used for the nodes in this agent pool.

Link copied to clipboard

The configurations that will be applied to each agent in this agent pool.

Link copied to clipboard

The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.

Link copied to clipboard

The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.

Link copied to clipboard

The number of virtual machines that use this configuration.

Link copied to clipboard

The labels applied to the nodes in this agent pool.

Link copied to clipboard

The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.

Link copied to clipboard

The name that will be used for the agent pool resource representing this agent pool.

Link copied to clipboard

The taints applied to the nodes in this agent pool.

Link copied to clipboard

The configuration of the agent pool.

Link copied to clipboard

The name of the VM SKU that determines the size of resources allocated for node VMs.