Module: Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkloadType

Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

Supported workload types.

Constant Summary collapse

COMPOSER_WORKLOAD_TYPE_UNSPECIFIED =

Not able to determine the type of the workload.

0
CELERY_WORKER =

Celery worker.

1
KUBERNETES_WORKER =

Kubernetes worker.

2
KUBERNETES_OPERATOR_POD =

Workload created by Kubernetes Pod Operator.

3
SCHEDULER =

Airflow scheduler.

4
DAG_PROCESSOR =

Airflow Dag processor.

5
TRIGGERER =

Airflow triggerer.

6
WEB_SERVER =

Airflow web server UI.

7
REDIS =

Redis.

8