85 releases (breaking)
0.96.0 | Oct 9, 2024 |
---|---|
0.94.2 | Sep 13, 2024 |
0.93.1 | Jul 23, 2024 |
0.89.0 | Mar 26, 2024 |
0.31.0 | Mar 28, 2020 |
#1739 in Encoding
926,313 downloads per month
Used in 119 crates
(16 directly)
47KB
624 lines
kube-derive
Add #[derive(CustomResource)]
to your custom resource struct.
Installation
Add the derive
feature to kube
:
[dependencies]
kube = { version = "0.96.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
lib.rs
:
A crate for kube's derive macros.
Dependencies
~1–2MB
~41K SLoC