ClusterAutoscaling constructor

ClusterAutoscaling({
  1. String? autopilotGeneralProfile,
  2. List<String>? autoprovisioningLocations,
  3. AutoprovisioningNodePoolDefaults? autoprovisioningNodePoolDefaults,
  4. String? autoscalingProfile,
  5. DefaultComputeClassConfig? defaultComputeClassConfig,
  6. bool? enableNodeAutoprovisioning,
  7. List<ResourceLimit>? resourceLimits,
})

Implementation

ClusterAutoscaling({
  this.autopilotGeneralProfile,
  this.autoprovisioningLocations,
  this.autoprovisioningNodePoolDefaults,
  this.autoscalingProfile,
  this.defaultComputeClassConfig,
  this.enableNodeAutoprovisioning,
  this.resourceLimits,
});