GkeNodePoolConfig constructor

GkeNodePoolConfig({
  1. GkeNodePoolAutoscalingConfig? autoscaling,
  2. GkeNodeConfig? config,
  3. List<String>? locations,
})

Implementation

GkeNodePoolConfig({
  this.autoscaling,
  this.config,
  this.locations,
});