GkeNodePoolTarget constructor

GkeNodePoolTarget({
  1. String? nodePool,
  2. GkeNodePoolConfig? nodePoolConfig,
  3. List<String>? roles,
})

Implementation

GkeNodePoolTarget({this.nodePool, this.nodePoolConfig, this.roles});