We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc2373 commit 55f20c6Copy full SHA for 55f20c6
crates/stackable-operator/src/builder/pod/probe.rs
@@ -83,6 +83,12 @@ impl Default for ProbeBuilder<(), ()> {
83
}
84
85
86
+/// Available probes
87
+///
88
+/// Only one probe can be configured at a time. For more details about each
89
+/// type, see [container-probes] documentation.
90
91
+/// [container-probes]: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
92
pub enum ProbeAction {
93
Exec(ExecAction),
94
Grpc(GRPCAction),
0 commit comments