readinessProbe property

Probe? readinessProbe
final

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes.

Implementation

final Probe? readinessProbe;