Skip to content

Commit d1f389a

Browse files
committed
docs(versioned): Add kube crates override to doc comment
1 parent 085f86e commit d1f389a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • crates/stackable-versioned-macros/src

crates/stackable-versioned-macros/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ mod utils;
200200
/// the crates are brought into scope through re-exports. The following code
201201
/// block depicts supported overrides and their default values.
202202
///
203-
/// ```
203+
/// ```ignore
204204
/// # use stackable_versioned_macros::versioned;
205205
/// #[versioned(
206206
/// version(name = "v1alpha1"),
@@ -213,6 +213,8 @@ mod utils;
213213
/// kube_core = "::kube::core",
214214
/// schemars = "::schemars",
215215
/// serde = "::serde",
216+
/// // Mutually exclusive with kube_core and kube_client
217+
/// kube = "::kube",
216218
/// )
217219
/// )]
218220
/// mod versioned {

0 commit comments

Comments
 (0)