LivenessCheck constructor

LivenessCheck({
  1. String? checkInterval,
  2. int? failureThreshold,
  3. String? host,
  4. String? initialDelay,
  5. String? path,
  6. int? successThreshold,
  7. String? timeout,
})

Implementation

LivenessCheck({
  this.checkInterval,
  this.failureThreshold,
  this.host,
  this.initialDelay,
  this.path,
  this.successThreshold,
  this.timeout,
});