EnvironmentConfigWorkloadsConfigScheduler

data class EnvironmentConfigWorkloadsConfigScheduler(val count: Int? = null, val cpu: Double? = null, val memoryGb: Double? = null, val storageGb: Double? = null)

Constructors

constructor(count: Int? = null, cpu: Double? = null, memoryGb: Double? = null, storageGb: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The number of schedulers.

Link copied to clipboard
val cpu: Double? = null

CPU request and limit for a single Airflow scheduler replica

Link copied to clipboard
val memoryGb: Double? = null

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

Link copied to clipboard
val storageGb: Double? = null

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