prometheus operator v0.71.2

ThanosRuler.spec.volumes[].projected.sources.secret.spec.initContainers.lifecycle.preStop

PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

3 fields
ThanosRuler.spec.volumes[].projected.sources.secret.spec.initContainers.lifecycle.preStop fields and descriptions
Field / TypeDescription
object

Exec specifies the action to take.

object

HTTPGet specifies the http request to perform.

object

Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.