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 49cc989 commit 5a45a34Copy full SHA for 5a45a34
crates/stackable-operator/src/eos/mod.rs
@@ -28,8 +28,7 @@ pub struct EndOfSupportOptions {
28
/// The support duration (how long the operator should be considered supported after
29
/// it's built-date).
30
///
31
- /// This field is currently not exposed as a CLI argument or environment variable. The default
32
- /// value is provided by [`Self::default_support_duration()`].
+ /// This field is currently not exposed as a CLI argument or environment variable.
33
#[arg(skip = Self::default_support_duration())]
34
pub support_duration: Duration,
35
}
0 commit comments