28 releases (breaking)
new 0.50.1 | Feb 17, 2021 |
---|---|
0.49.0 | Feb 8, 2021 |
0.45.0 | Dec 26, 2020 |
0.43.0 | Oct 8, 2020 |
0.31.0 | Mar 28, 2020 |
4,987 downloads per month
Used in less than 7 crates
31KB
470 lines
kube-derive
Add #[derive(CustomResource)]
to your custom resource struct.
Installation
Add the derive
feature to kube
:
[dependencies]
kube = { version = "0.50.1", 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/clux/kube-rs/labels/derive
lib.rs
:
A crate for kube's derive macros.
Dependencies
~1–1.7MB
~38K SLoC