nodePools property

List<NodePool>? nodePools
getter/setter pair

The node pools associated with this cluster.

This field should not be set if "node_config" or "initial_node_count" are specified.

Implementation

core.List<NodePool>? nodePools;