ContainerAppProbe |
ContainerAppProbe.withFailureThreshold(Integer failureThreshold) |
Set the failureThreshold property: Minimum consecutive failures for the probe to be considered failed after
having succeeded.
|
ContainerAppProbe |
ContainerAppProbe.withHttpGet(ContainerAppProbeHttpGet httpGet) |
Set the httpGet property: HTTPGet specifies the http request to perform.
|
ContainerAppProbe |
ContainerAppProbe.withInitialDelaySeconds(Integer initialDelaySeconds) |
Set the initialDelaySeconds property: Number of seconds after the container has started before liveness probes
are initiated.
|
ContainerAppProbe |
ContainerAppProbe.withPeriodSeconds(Integer periodSeconds) |
Set the periodSeconds property: How often (in seconds) to perform the probe.
|
ContainerAppProbe |
ContainerAppProbe.withSuccessThreshold(Integer successThreshold) |
Set the successThreshold property: Minimum consecutive successes for the probe to be considered successful after
having failed.
|
ContainerAppProbe |
ContainerAppProbe.withTcpSocket(ContainerAppProbeTcpSocket tcpSocket) |
Set the tcpSocket property: TCPSocket specifies an action involving a TCP port.
|
ContainerAppProbe |
ContainerAppProbe.withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds) |
Set the terminationGracePeriodSeconds property: Optional duration in seconds the pod needs to terminate
gracefully upon probe failure.
|
ContainerAppProbe |
ContainerAppProbe.withTimeoutSeconds(Integer timeoutSeconds) |
Set the timeoutSeconds property: Number of seconds after which the probe times out.
|
ContainerAppProbe |
ContainerAppProbe.withType(Type type) |
Set the type property: The type of probe.
|