package
0.0.0-20231113132835-3586578317d2
Repository: https://github.com/monimesl/operator-helper.git
Documentation: pkg.go.dev
# Functions
DecorateContainerEnvVars generate the pod environment variables.
IsReady checks if the pod is ready.
ListAllWithMatchingLabels list the pods matching the labels.
ListAllWithMatchingLabelsByReadiness list the pods matching the labels.
No description provided by the author
No description provided by the author
# Constants
DefaultLivenessProbeFailureThreshold is the default failure threshold for the liveness probe.
DefaultLivenessProbeInitialDelaySeconds is the default initial delay for the liveness probe.
DefaultLivenessProbePeriodSeconds is the default period for the liveness probe.
DefaultLivenessProbeSuccessThreshold is the default success threshold for the liveness probe.
DefaultLivenessProbeTimeoutSeconds is the default timeout for the liveness probe.
DefaultReadinessProbeFailureThreshold is the default failure threshold for the readiness probe.
DefaultReadinessProbeInitialDelaySeconds is the default initial delay or the readiness probe.
DefaultReadinessProbePeriodSeconds is the default period for the readiness probe.
DefaultReadinessProbeSuccessThreshold is the default success threshold for the readiness probe.
DefaultReadinessProbeTimeoutSeconds is the default timeout for the readiness probe.
DefaultStartupProbeFailureThreshold is the default failure threshold for the startup probe.
DefaultStartupProbeInitialDelaySeconds is the default initial delay or the startup probe.
DefaultStartupProbePeriodSeconds is the default period for the startup probe.
DefaultStartupProbeSuccessThreshold is the default success threshold for the startup probe.
DefaultStartupProbeTimeoutSeconds is the default timeout for the startup probe.