Skip to content

Commit 55f20c6

Browse files
Update crates/stackable-operator/src/builder/pod/probe.rs
Co-authored-by: Nick <[email protected]>
1 parent ecc2373 commit 55f20c6

File tree

1 file changed

+6
-0
lines changed
  • crates/stackable-operator/src/builder/pod

1 file changed

+6
-0
lines changed

crates/stackable-operator/src/builder/pod/probe.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ impl Default for ProbeBuilder<(), ()> {
8383
}
8484
}
8585

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
8692
pub enum ProbeAction {
8793
Exec(ExecAction),
8894
Grpc(GRPCAction),

0 commit comments

Comments
 (0)