Small example to show how to compose components (capabilities) in a Topology to simplify reusing existing components for different topologies

This commit is contained in:
Ian Letourneau
2025-11-03 17:20:27 -05:00
commit 7cfdf2fb49
17 changed files with 292 additions and 0 deletions

4
src/infra/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod brocade;
pub mod k8s_client;
pub mod nmcli;
pub mod openshift;