TriggererResource class

Configuration for resources used by Airflow triggerers.

Constructors

TriggererResource({int? count, double? cpu, double? memoryGb})
TriggererResource.fromJson(Map json_)

Properties

count int?
The number of triggerers.
getter/setter pair
cpu double?
CPU request and limit for a single Airflow triggerer replica.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memoryGb double?
Memory (GB) request and limit for a single Airflow triggerer replica.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited