CreateNodePoolRequest constructor

CreateNodePoolRequest({
  1. String? clusterId,
  2. NodePool? nodePool,
  3. String? parent,
  4. String? projectId,
  5. String? zone,
})

Implementation

CreateNodePoolRequest({
  this.clusterId,
  this.nodePool,
  this.parent,
  this.projectId,
  this.zone,
});