Skip to content

Commit

Permalink
link to binding libraries - in particular the crd catalogue from @seb…
Browse files Browse the repository at this point in the history
…hoss

Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Nov 8, 2023
1 parent ecc00fd commit 65c81e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ cargo test --test runner -- --nocapture

test shortcuts available via `just` in the [`justfile`](./justfile) and run pre-merge.

## Existing Bindings

Certain binding libraries publish the `kopium` output up to crates.io for easier consumption, and this can avoid having to inline generated files in your repo (provided you do not need customization / patches to the output).

The main catalogue library is [metio/kube-custom-resources-rs](https://github.com/metio/kube-custom-resources-rs) which selects crds via features ([don't use all-features](https://mastodon.online/@sebhoss/111356248593690997)).

Specific group binding libraries:
- [gateway-api-rs](https://github.com/kube-rs/gateway-api-rs)

Feel free to [edit this file](https://github.com/kube-rs/kopium/edit/main/README.md) to add more.

## License

Apache 2.0 licensed. See LICENSE for details.

0 comments on commit 65c81e3

Please sign in to comment.