Skip to content

Commit

Permalink
Update kube-derive/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: kazk <kazk.dev@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux and kazk committed Oct 18, 2021
1 parent cd2494c commit 0ba7cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mod custom_resource;
/// Customize the name of the generated root struct (defaults to `kind`).
///
/// ### `#[kube(kube_core = "::kube_core")]`
/// Customize the crate name the generated code will reach into (defaults to `kube`).
/// Customize the crate name the generated code will reach into (defaults to `kube::core`).
/// Should be one of `kube::core`, `kube_client::core` or `kube_core`.
///
/// ### `#[kube(status = "StatusStructName")]`
Expand Down

0 comments on commit 0ba7cc0

Please sign in to comment.