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 be8fade commit 3281de1Copy full SHA for 3281de1
rust/stackablectl/src/args/operator_configs.rs
@@ -4,7 +4,7 @@ use stackable_cockpit::platform::operator::listener_operator::ListenerClassPrese
4
#[derive(Debug, Args)]
5
#[command(next_help_heading = "Operator specific configurations")]
6
pub struct CommonOperatorConfigsArgs {
7
- /// Choose the ListenerClass presets (`none`, `ephemeral-nodes` or `stable-nodes`).
+ /// Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
8
///
9
/// This maps to the listener-operator preset, see
10
/// [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets)
0 commit comments