1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Modify percentage type to float64

This commit is contained in:
Avesh Agarwal
2017-08-04 14:05:14 -04:00
parent b2bfb0e24f
commit 6178d99993
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ type StrategyParameters struct {
NodeResourceUtilizationThresholds NodeResourceUtilizationThresholds
}
type Percentage int
type Percentage float64
type ResourceThresholds map[v1.ResourceName]Percentage
type NodeResourceUtilizationThresholds struct {