VmwareNodeConfig constructor

VmwareNodeConfig({
  1. String? bootDiskSizeGb,
  2. String? cpus,
  3. bool? enableLoadBalancer,
  4. String? image,
  5. String? imageType,
  6. Map<String, String>? labels,
  7. String? memoryMb,
  8. String? replicas,
  9. List<NodeTaint>? taints,
  10. VmwareVsphereConfig? vsphereConfig,
})

Implementation

VmwareNodeConfig({
  this.bootDiskSizeGb,
  this.cpus,
  this.enableLoadBalancer,
  this.image,
  this.imageType,
  this.labels,
  this.memoryMb,
  this.replicas,
  this.taints,
  this.vsphereConfig,
});