Gke Node Pool Config Response
data class GkeNodePoolConfigResponse(val autoscaling: GkeNodePoolAutoscalingConfigResponse, val config: GkeNodeConfigResponse, val locations: List<String>)
The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster).
Constructors
Link copied to clipboard
fun GkeNodePoolConfigResponse(autoscaling: GkeNodePoolAutoscalingConfigResponse, config: GkeNodeConfigResponse, locations: List<String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.