AutoscalingTargets class

The Autoscaling targets for a Cluster.

These determine the recommended nodes.

Constructors

AutoscalingTargets({int? cpuUtilizationPercent, int? storageUtilizationGibPerNode})
AutoscalingTargets.fromJson(Map json_)

Properties

cpuUtilizationPercent int?
The cpu utilization that the Autoscaler should be trying to achieve.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageUtilizationGibPerNode int?
The storage utilization that the Autoscaler should be trying to achieve.
getter/setter pair

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