Probe

case class Probe(exec: Optional[ExecAction], failureThreshold: Optional[Int], httpGet: Optional[HTTPGetAction], initialDelaySeconds: Optional[Int], periodSeconds: Optional[Int], successThreshold: Optional[Int], tcpSocket: Optional[TCPSocketAction], timeoutSeconds: Optional[Int])

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Value Params
failureThreshold

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

initialDelaySeconds

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

timeoutSeconds

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets exec.

Gets exec.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets httpGet.

Gets httpGet.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets tcpSocket.

Gets tcpSocket.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product