NodePoolAutoscaling constructor

NodePoolAutoscaling({
  1. bool? autoprovisioned,
  2. bool? enabled,
  3. String? locationPolicy,
  4. int? maxNodeCount,
  5. int? minNodeCount,
  6. int? totalMaxNodeCount,
  7. int? totalMinNodeCount,
})

Implementation

NodePoolAutoscaling({
  this.autoprovisioned,
  this.enabled,
  this.locationPolicy,
  this.maxNodeCount,
  this.minNodeCount,
  this.totalMaxNodeCount,
  this.totalMinNodeCount,
});