ClusterAutoscaling class

ClusterAutoscaling contains global, per-cluster information required by Cluster Autoscaler to automatically adjust the size of the cluster and create/delete node pools based on the current needs.

Constructors

ClusterAutoscaling({List<String>? autoprovisioningLocations, AutoprovisioningNodePoolDefaults? autoprovisioningNodePoolDefaults, String? autoscalingProfile, bool? enableNodeAutoprovisioning, List<ResourceLimit>? resourceLimits})
ClusterAutoscaling.fromJson(Map json_)

Properties

autoprovisioningLocations List<String>?
The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
getter/setter pair
autoprovisioningNodePoolDefaults AutoprovisioningNodePoolDefaults?
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
getter/setter pair
autoscalingProfile String?
Defines autoscaling behaviour. Possible string values are:
getter/setter pair
enableNodeAutoprovisioning bool?
Enables automatic node pool creation and deletion.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceLimits List<ResourceLimit>?
Contains global constraints regarding minimum and maximum amount of resources in the cluster.
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