# Functions

SetProbes - configures and returns liveness and readiness probes based on the provided settings.

# Structs

ProbeConfig - the configuration for liveness and readiness probes LivenessPath - Endpoint path for the liveness probe ReadinessPath - Endpoint path for the readiness probe InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated TimeoutSeconds - Number of seconds after which the probe times out PeriodSeconds - How often (in seconds) to perform the probe.