Tools#
All repositories under kube-rs are buildable using FLOSS tools, and they are listed herein.
User Dependencies#
Dependencies a user needs to use kube-rs.
- Rust
- various crates satisfying our license allowlist
Development Dependencies#
Dependencies a developer might find helpful to develop on kube-rs.
Build Dependencies#
CLIs that are used for occasional build or release time manipulation. Maintainers need these.
GNU tools like grep
+ head
+ tail
+ awk
+ sed
, are also referenced a handful of times, but are generally avoided due to cross-platform compatibility issues, plus the existence of more modern tools above.
CI Dependencies#
Integration Tests#
CLIs that are used in integration tests, or referenced as ways recommended to test locally.