SchedulerResourceResponse

data class SchedulerResourceResponse(val count: Int, val cpu: Double, val memoryGb: Double, val storageGb: Double)

Configuration for resources used by Airflow schedulers.

Constructors

Link copied to clipboard
fun SchedulerResourceResponse(count: Int, cpu: Double, memoryGb: Double, storageGb: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Optional. The number of schedulers.

Link copied to clipboard
val cpu: Double

Optional. CPU request and limit for a single Airflow scheduler replica.

Link copied to clipboard

Optional. Memory (GB) request and limit for a single Airflow scheduler replica.

Link copied to clipboard

Optional. Storage (GB) request and limit for a single Airflow scheduler replica.