NodeGroup constructor

NodeGroup({
  1. Map<String, String>? labels,
  2. String? name,
  3. InstanceGroupConfig? nodeGroupConfig,
  4. List<String>? roles,
})

Implementation

NodeGroup({this.labels, this.name, this.nodeGroupConfig, this.roles});