OBJECT
KubernetesKindContainerAppSpecProbes
Determines the health of the App
link GraphQL Schema definition
- type KubernetesKindContainerAppSpecProbes {
- # Periodic probe of the App liveness.
- # App will be restarted if the probe fails.
- KubernetesKindContainerAppSpecProbesLiveness :
- KubernetesKindContainerAppSpecProbesReadiness :
- KubernetesKindContainerAppSpecProbesStartup :
- }