Upgrade to Go 1.12 (#630)

This commit is contained in:
Sargun Dhillon
2019-05-20 03:39:47 -07:00
committed by Pires
parent d0c0d90451
commit d183dbbe17
8 changed files with 14 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
package manager
import (
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/labels"
corev1listers "k8s.io/client-go/listers/core/v1"