GkeNodeConfig constructor

GkeNodeConfig({
  1. List<GkeNodePoolAcceleratorConfig>? accelerators,
  2. String? bootDiskKmsKey,
  3. int? localSsdCount,
  4. String? machineType,
  5. String? minCpuPlatform,
  6. bool? preemptible,
  7. bool? spot,
})

Implementation

GkeNodeConfig({
  this.accelerators,
  this.bootDiskKmsKey,
  this.localSsdCount,
  this.machineType,
  this.minCpuPlatform,
  this.preemptible,
  this.spot,
});