GoogleApi.Composer.V1.Model.WorkloadsConfig (google_api_composer v0.36.3)

View Source

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.

Attributes

  • dagProcessor (type: GoogleApi.Composer.V1.Model.DagProcessorResource.t, default: nil) - Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
  • scheduler (type: GoogleApi.Composer.V1.Model.SchedulerResource.t, default: nil) - Optional. Resources used by Airflow schedulers.
  • triggerer (type: GoogleApi.Composer.V1.Model.TriggererResource.t, default: nil) - Optional. Resources used by Airflow triggerers.
  • webServer (type: GoogleApi.Composer.V1.Model.WebServerResource.t, default: nil) - Optional. Resources used by Airflow web server.
  • worker (type: GoogleApi.Composer.V1.Model.WorkerResource.t, default: nil) - Optional. Resources used by Airflow workers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.WorkloadsConfig{
  dagProcessor: GoogleApi.Composer.V1.Model.DagProcessorResource.t() | nil,
  scheduler: GoogleApi.Composer.V1.Model.SchedulerResource.t() | nil,
  triggerer: GoogleApi.Composer.V1.Model.TriggererResource.t() | nil,
  webServer: GoogleApi.Composer.V1.Model.WebServerResource.t() | nil,
  worker: GoogleApi.Composer.V1.Model.WorkerResource.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.