File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
crates/stackable-versioned-macros/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use syn::Path;
16
16
/// - `namespaced`, to specify that this is a namespaced resource rather than cluster level.
17
17
/// - `crates`: Override specific crates.
18
18
/// - `status`: Sets the specified struct as the status subresource.
19
- /// - `shortname`: Sets one or more shortnames for the CRD.
19
+ /// - `shortname`: Sets a shortname for the CRD. This can be specified multiple times .
20
20
/// - `skip`, which controls skipping parts of the generation.
21
21
#[ derive( Clone , Debug , FromMeta ) ]
22
22
pub ( crate ) struct KubernetesArguments {
Original file line number Diff line number Diff line change @@ -612,7 +612,8 @@ Currently, the following arguments are supported:
612
612
a cluster scoped.
613
613
- `crates`: Override specific crates.
614
614
- `status`: Sets the specified struct as the status subresource.
615
- - `shortname`: Sets the shortname of the CRD.
615
+ - `shortname`: Sets a shortname for the CRD. This can be specified multiple
616
+ times.
616
617
617
618
### Versioning Items in a Module
618
619
You can’t perform that action at this time.
0 commit comments