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
@@ -3,7 +3,7 @@ package handler
import (
"github.com/sirupsen/logrus"
"github.com/stakater/Reloader/internal/pkg/util"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
)
// ResourceCreatedHandler contains new objects
+1 -1
View File
@@ -3,7 +3,7 @@ package handler
import (
"github.com/sirupsen/logrus"
"github.com/stakater/Reloader/internal/pkg/util"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
)
// ResourceUpdatedHandler contains updated objects
+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"
)