cluster-api-rs

Crates.iocluster-api-rs
lib.rscluster-api-rs
version1.10.3
created_at2024-08-05 14:37:57.880502+00
updated_at2025-06-24 08:22:56.986406+00
descriptionCluster API structures generated by kopium from upstream CRDs
homepage
repositoryhttps://github.com/capi-samples/cluster-api-rs
max_upload_size
id1326105
size411,202
Danil Grigorev (Danil-Grigorev)

documentation

README

cluster-api-rs

cluster-api-rs is an auto-generated Rust API types derived from Cluster API CRDs. It provides a Rust interface for interacting with Cluster API resources, allowing to build new CAPI integrations in Rust.

Definitions are generated using kopium.

Library can be used as a dependency:

  1. Add it to your Cargo.toml:
[dependencies]
cluster-api-rs = "1.8.5"

Features

  • Automatically generated from upstream Kubernetes Cluster API CRDs on each new release.
  • Type-safe Rust bindings for Cluster API resources.

Contributing

We welcome contributions to enhance the project! To contribute:

  1. Fork this repository.
  2. Create a new branch for your feature or fix.
  3. Submit a pull request with a detailed explanation of your changes.

License

This project is licensed under the Apache 2.0 License. See the LICENSE for details.

Commit count: 58

cargo fmt