Doesn't support CRD which has a special value for kind, plural, singular and etc #458
Labels
derive
kube-derive proc_macro related
docs
unclear documentation
good first issue
Good for newcomers
help wanted
Not immediately prioritised, please help!
The CRD usage goes wrong when the spec.name.kind is not a single word.
For example, a part of NetworkAttachmentDefinition spec is
==== START ===
spec:
conversion:
strategy: None
group: k8s.cni.cncf.io
names:
kind: NetworkAttachmentDefinition
listKind: NetworkAttachmentDefinitionList
plural: network-attachment-definitions
shortNames:
- net-attach-def
singular: network-attachment-definition
==== OVER ===
You can see the plural is not low-case "NetworkAttachmentDefinition".
Please provide a solution for this case.
Thanks a lot.
The text was updated successfully, but these errors were encountered: