Get Agent Pool Result
data class GetAgentPoolResult(val availabilityZones: List<String>? = null, val azureApiVersion: String, val cloudProviderProfile: CloudProviderProfileResponse? = null, val count: Int? = null, val extendedLocation: AgentPoolResponseExtendedLocation? = null, val id: String, val location: String? = null, val maxCount: Int? = null, val maxPods: Int? = null, val minCount: Int? = null, val mode: String? = null, val name: String, val nodeImageVersion: String? = null, val nodeLabels: Map<String, String>? = null, val nodeTaints: List<String>? = null, val osType: String? = null, val provisioningState: String, val status: AgentPoolProvisioningStatusResponseStatus? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmSize: String? = null)
The agentPool resource definition
Constructors
Link copied to clipboard
constructor(availabilityZones: List<String>? = null, azureApiVersion: String, cloudProviderProfile: CloudProviderProfileResponse? = null, count: Int? = null, extendedLocation: AgentPoolResponseExtendedLocation? = null, id: String, location: String? = null, maxCount: Int? = null, maxPods: Int? = null, minCount: Int? = null, mode: String? = null, name: String, nodeImageVersion: String? = null, nodeLabels: Map<String, String>? = null, nodeTaints: List<String>? = null, osType: String? = null, provisioningState: String, status: AgentPoolProvisioningStatusResponseStatus? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmSize: String? = null)
Properties
Link copied to clipboard
AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The underlying cloud infra provider properties.
Link copied to clipboard
Link copied to clipboard
The version of node image
Link copied to clipboard
NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
Link copied to clipboard
NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
Link copied to clipboard
Link copied to clipboard
HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.