Gke Cluster Config Args
data class GkeClusterConfigArgs(val gkeClusterTarget: Output<String>? = null, val namespacedGkeDeploymentTarget: Output<NamespacedGkeDeploymentTargetArgs>? = null, val nodePoolTarget: Output<List<GkeNodePoolTargetArgs>>? = null) : ConvertibleToJava<GkeClusterConfigArgs>
The cluster's GKE config.
Constructors
Link copied to clipboard
fun GkeClusterConfigArgs(gkeClusterTarget: Output<String>? = null, namespacedGkeDeploymentTarget: Output<NamespacedGkeDeploymentTargetArgs>? = null, nodePoolTarget: Output<List<GkeNodePoolTargetArgs>>? = null)
Functions
Properties
Link copied to clipboard
Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.