Workloads Config Args
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)