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

Commit for gofmt

Signed-off-by: ravisantoshgudimetla <ravisantoshgudimetla@gmail.com>
This commit is contained in:
ravisantoshgudimetla
2017-10-05 16:03:28 -04:00
parent 8007f4af20
commit 9e536da99e
8 changed files with 64 additions and 11 deletions

View File

@@ -16,7 +16,8 @@ limitations under the License.
package test
import ("fmt"
import (
"fmt"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -92,7 +93,6 @@ func GetCriticalPodAnnotation() map[string]string {
}
}
// BuildTestNode creates a node with specified capacity.
func BuildTestNode(name string, millicpu int64, mem int64, pods int64) *v1.Node {
node := &v1.Node{