92 releases (4 stable)
Uses new Rust 2024
| 2.0.1 | Sep 12, 2025 |
|---|---|
| 1.1.0 | May 26, 2025 |
| 0.99.0 | Mar 12, 2025 |
| 0.98.0 | Dec 23, 2024 |
| 0.31.0 | Mar 28, 2020 |
#2198 in Encoding
1,724,152 downloads per month
Used in 611 crates
(23 directly)
71KB
1K
SLoC
kube-derive
Add #[derive(CustomResource)] to your custom resource struct.
Installation
Add the derive feature to kube:
[dependencies]
kube = { version = "1.1.0", feature = ["derive"] }
Usage
See the kube-derive API Docs
Examples
See the crd_ prefixed examples for more.
Development
Help very welcome! Kubebuilder like features, testing improvement, openapi feature. See https://github.com/kube-rs/kube/labels/derive
Dependencies
~1–2MB
~42K SLoC