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 0206e33 commit 6d112d2Copy full SHA for 6d112d2
crates/stackable-operator/src/cli.rs
@@ -251,7 +251,7 @@ pub struct ProductOperatorRun {
251
///
252
/// [`ProductOperatorRun`] is intended for operators, but it has fields that are not needed for
253
/// utilities such as `user-info-fetcher` or `opa-bundle-builder`. So this struct offers a limited
254
-/// set, that should be shared across all Stackable tools running in Kubernetes.
+/// set, that should be shared across all Stackable tools running on Kubernetes.
255
#[derive(clap::Parser, Debug, PartialEq, Eq)]
256
pub struct CommonStackableCliArgs {
257
#[command(flatten)]
0 commit comments