This commit is contained in:
waseem
2019-07-04 10:56:17 +02:00
parent daca09e65e
commit df777332a9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package kube
import (
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)