chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

19
vendor/kube-derive/README.md vendored Normal file
View File

@@ -0,0 +1,19 @@
# kube-derive
Add `#[derive(CustomResource)]` to your custom resource struct.
## Installation
Add the `derive` feature to `kube`:
```toml
[dependencies]
kube = { version = "0.99.0", feature = ["derive"] }
```
## Usage
See the **[kube-derive API Docs](https://docs.rs/kube-derive/)**
## Examples
See the `crd_` prefixed [examples](../examples) for more.
## Development
Help very welcome! Kubebuilder like features, testing improvement, openapi feature. See https://github.com/kube-rs/kube/labels/derive