Merge pull request #207 from carlowouters/issue-206
fix for issue #206: correct status for probesmine
commit
9640c14aa1
|
|
@ -287,9 +287,9 @@ func toRes(r v1.ResourceList) (string, string) {
|
|||
|
||||
func probe(p *v1.Probe) string {
|
||||
if p == nil {
|
||||
return "on"
|
||||
return "off"
|
||||
}
|
||||
return "off"
|
||||
return "on"
|
||||
}
|
||||
|
||||
func asMi(v int64) float64 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue