gke Cluster Config
suspend fun gkeClusterConfig(value: Output<WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigArgs>)
suspend fun gkeClusterConfig(value: WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigArgs?)
Parameters
value
The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. Setting this is considered mutually exclusive with Compute Engine-based options such as gce_cluster_config
, master_config
, worker_config
, secondary_worker_config
, and autoscaling_config
.
suspend fun gkeClusterConfig(argument: suspend WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigArgsBuilder.() -> Unit)
Parameters
argument
The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. Setting this is considered mutually exclusive with Compute Engine-based options such as gce_cluster_config
, master_config
, worker_config
, secondary_worker_config
, and autoscaling_config
.