WorkerHealthReport constructor

WorkerHealthReport({
  1. String? msg,
  2. List<Map<String, Object>>? pods,
  3. String? reportInterval,
  4. String? vmBrokenCode,
  5. bool? vmIsBroken,
  6. bool? vmIsHealthy,
  7. String? vmStartupTime,
})

Implementation

WorkerHealthReport({
  this.msg,
  this.pods,
  this.reportInterval,
  this.vmBrokenCode,
  this.vmIsBroken,
  this.vmIsHealthy,
  this.vmStartupTime,
});