wip: Started work on k3d crate
This commit is contained in:
@@ -5,7 +5,7 @@ use log::{info, warn};
|
||||
use tokio::sync::OnceCell;
|
||||
|
||||
use crate::{
|
||||
interpret::{InterpretError, Outcome}, inventory::Inventory, maestro::Maestro, topology::LocalhostTopology
|
||||
interpret::{InterpretError, Outcome}, inventory::Inventory, maestro::Maestro, modules::k3d::K3DInstallationScore, topology::LocalhostTopology
|
||||
};
|
||||
|
||||
use super::{Topology, k8s::K8sClient};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
mod install;
|
||||
pub use install::*;
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ pub mod load_balancer;
|
||||
pub mod okd;
|
||||
pub mod opnsense;
|
||||
pub mod tftp;
|
||||
mod k3d;
|
||||
pub mod k3d;
|
||||
|
||||
Reference in New Issue
Block a user