Get Node Pool Result
data class GetNodePoolResult(val autoscaling: NodePoolAutoscalingResponse, val conditions: List<StatusConditionResponse>, val config: NodeConfigResponse, val etag: String, val initialNodeCount: Int, val instanceGroupUrls: List<String>, val locations: List<String>, val management: NodeManagementResponse, val maxPodsConstraint: MaxPodsConstraintResponse, val name: String, val networkConfig: NodeNetworkConfigResponse, val placementPolicy: PlacementPolicyResponse, val podIpv4CidrSize: Int, val selfLink: String, val status: String, val statusMessage: String, val updateInfo: UpdateInfoResponse, val upgradeSettings: UpgradeSettingsResponse, val version: String)
Constructors
Link copied to clipboard
fun GetNodePoolResult(autoscaling: NodePoolAutoscalingResponse, conditions: List<StatusConditionResponse>, config: NodeConfigResponse, etag: String, initialNodeCount: Int, instanceGroupUrls: List<String>, locations: List<String>, management: NodeManagementResponse, maxPodsConstraint: MaxPodsConstraintResponse, name: String, networkConfig: NodeNetworkConfigResponse, placementPolicy: PlacementPolicyResponse, podIpv4CidrSize: Int, selfLink: String, status: String, statusMessage: String, updateInfo: UpdateInfoResponse, upgradeSettings: UpgradeSettingsResponse, version: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The initial node count for the pool. You must ensure that your Compute Engine resource quota is sufficient for this number of instances. You must also have available firewall and routes quota.
Link copied to clipboard
Output only The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.
Link copied to clipboard
The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard