Skip to content

Commit

Permalink
link to kube-custom-resources-rs
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Dec 11, 2023
1 parent f79abb2 commit d7f4a70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/controllers/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub struct PrometheusRuleGroupsRules {
}
```

you typically would then import this file as a module and use it as follows:
you can then import this file as a module and use it as follows:

```rust
use prometheusrule::PrometheusRule;
Expand All @@ -161,6 +161,9 @@ Controller::new(prs, watcher::Config::default())
!!! warning "Kopium is unstable"

Kopium is a relatively new project and it is [neither feature complete nor bug free at the moment](https://github.com/kube-rs/kopium/issues). While feedback has been very positive, and people have so far contributed fixes for several major customresources; **expect some snags**.

These generated structs are sometimes published for easier consumption consumption. The [kube-custom-resources-rs](https://github.com/metio/kube-custom-resources-rs) crate contains a catalog of generated code from compatible schemas.

## Dynamic Typing


Expand Down

0 comments on commit d7f4a70

Please sign in to comment.