fixed return value of String() by changing 'Cluster Capper' to 'Cluster-wide Capper'
This commit is contained in:
parent
e188aff66f
commit
d5ae027e41
1 changed files with 1 additions and 1 deletions
|
@ -271,5 +271,5 @@ func (capper ClusterwideCapper) FCFSDeterminedCap(totalPower map[string]float64,
|
||||||
|
|
||||||
// Stringer for an instance of clusterwideCapper
|
// Stringer for an instance of clusterwideCapper
|
||||||
func (capper ClusterwideCapper) String() string {
|
func (capper ClusterwideCapper) String() string {
|
||||||
return "Cluster Capper -- Proactively cap the entire cluster."
|
return "Cluster-wide Capper -- Proactively cap the entire cluster."
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue