TriggererResourceResponse

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

Configuration for resources used by Airflow triggerers.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Optional. The number of triggerers.

Link copied to clipboard
val cpu: Double

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

Link copied to clipboard

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