Compare commits
1 Commits
chore/left
...
2bfa6c4e3e
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bfa6c4e3e |
@@ -44,11 +44,11 @@ pub struct OKDLoadBalancerScore {
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// ```no_run
|
||||
/// use crate::topology::HAClusterTopology;
|
||||
/// ```ignore
|
||||
/// use harmony::topology::HAClusterTopology;
|
||||
/// use harmony::modules::okd::OKDLoadBalancerScore;
|
||||
///
|
||||
/// let topology: HAClusterTopology = /* get topology */;
|
||||
/// let topology: HAClusterTopology = /* get topology from your infrastructure */;
|
||||
/// let score = OKDLoadBalancerScore::new(&topology);
|
||||
/// ```
|
||||
impl OKDLoadBalancerScore {
|
||||
|
||||
Reference in New Issue
Block a user