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 9df35e7 commit 9f4822fCopy full SHA for 9f4822f
crates/stackable-operator/src/crd/authentication/core/mod.rs
@@ -96,7 +96,7 @@ pub mod versioned {
96
/// to wrap this struct and use `#[serde(flatten)]` on the field.
97
///
98
/// Additionally, it might be the case that special fields are needed in the contained structs,
99
- /// such as [`oidc_v1alpha1::ClientAuthenticationOptions`]. To be able to add custom fields in
+ /// such as [`oidc::v1alpha1::ClientAuthenticationOptions`]. To be able to add custom fields in
100
/// that structs without serde(flattening) multiple structs, they are generic, so you can add
101
/// additional attributes if needed.
102
0 commit comments