GkeNodePoolConfig constructor
GkeNodePoolConfig({
- GkeNodePoolAutoscalingConfig? autoscaling,
- GkeNodeConfig? config,
- List<
String> ? locations,
Implementation
GkeNodePoolConfig({
this.autoscaling,
this.config,
this.locations,
});