Compare commits
1 Commits
211b8ae7a8
...
142300802d
| Author | SHA1 | Date | |
|---|---|---|---|
| 142300802d |
@@ -11,6 +11,7 @@ pub mod k8s;
|
|||||||
pub mod lamp;
|
pub mod lamp;
|
||||||
pub mod load_balancer;
|
pub mod load_balancer;
|
||||||
pub mod monitoring;
|
pub mod monitoring;
|
||||||
|
pub mod network;
|
||||||
pub mod okd;
|
pub mod okd;
|
||||||
pub mod opnsense;
|
pub mod opnsense;
|
||||||
pub mod postgresql;
|
pub mod postgresql;
|
||||||
@@ -18,4 +19,3 @@ pub mod prometheus;
|
|||||||
pub mod storage;
|
pub mod storage;
|
||||||
pub mod tenant;
|
pub mod tenant;
|
||||||
pub mod tftp;
|
pub mod tftp;
|
||||||
pub mod network;
|
|
||||||
|
|||||||
@@ -91,6 +91,9 @@ impl<T: Topology + K8sclient + TlsRouter + Send + Sync> Score<T> for TlsRouterSc
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn name(&self) -> String {
|
fn name(&self) -> String {
|
||||||
format!("TlsRouterScore({}:{ } → {})", self.backend, self.target_port, self.hostname)
|
format!(
|
||||||
|
"TlsRouterScore({}:{ } → {})",
|
||||||
|
self.backend, self.target_port, self.hostname
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user