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