WebServerResourceResponse

data class WebServerResourceResponse(val cpu: Double, val memoryGb: Double, val storageGb: Double)

Configuration for resources used by Airflow web server.

Constructors

Link copied to clipboard
constructor(cpu: Double, memoryGb: Double, storageGb: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Double

Optional. CPU request and limit for Airflow web server.

Link copied to clipboard

Optional. Memory (GB) request and limit for Airflow web server.

Link copied to clipboard

Optional. Storage (GB) request and limit for Airflow web server.