Custom derives for the kube Kubernetes crates, simplifying custom resource definitions.
# Cargo.toml
[dependencies]
kube-derive = "3.1.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a custom Kubernetes resource using the CustomResource derive macro.
Add `kube = "0.95"` and `k8s-openapi = { version = "0.23", features = ["v1_30"] }` to Cargo.toml.No dependency data recorded yet.