WorkloadsConfigArgs

data class WorkloadsConfigArgs(val scheduler: Output<SchedulerResourceArgs>? = null, val webServer: Output<WebServerResourceArgs>? = null, val worker: Output<WorkerResourceArgs>? = null) : ConvertibleToJava<WorkloadsConfigArgs>

The Kubernetes workloads configuration for GKE cluster associated with the Cloud Composer environment. Supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.

Constructors

Link copied to clipboard
constructor(scheduler: Output<SchedulerResourceArgs>? = null, webServer: Output<WebServerResourceArgs>? = null, worker: Output<WorkerResourceArgs>? = null)

Properties

Link copied to clipboard
val scheduler: Output<SchedulerResourceArgs>? = null

Optional. Resources used by Airflow schedulers.

Link copied to clipboard
val webServer: Output<WebServerResourceArgs>? = null

Optional. Resources used by Airflow web server.

Link copied to clipboard
val worker: Output<WorkerResourceArgs>? = null

Optional. Resources used by Airflow workers.

Functions

Link copied to clipboard
open override fun toJava(): WorkloadsConfigArgs