NodegroupScalingConfig constructor

NodegroupScalingConfig({
  1. int? desiredSize,
  2. int? maxSize,
  3. int? minSize,
})

Implementation

NodegroupScalingConfig({
  this.desiredSize,
  this.maxSize,
  this.minSize,
});