GkeNodePoolTarget constructor
GkeNodePoolTarget({
- String? nodePool,
- GkeNodePoolConfig? nodePoolConfig,
- List<
String> ? roles,
Implementation
GkeNodePoolTarget({this.nodePool, this.nodePoolConfig, this.roles});