File tree 2 files changed +0
-4
lines changed
components/odh-notebook-controller/controllers
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,13 @@ import (
22
22
"time"
23
23
24
24
"github.com/go-logr/logr"
25
- "github.com/onsi/gomega/format"
26
25
netv1 "k8s.io/api/networking/v1"
27
26
"k8s.io/apimachinery/pkg/api/resource"
28
27
29
28
. "github.com/onsi/ginkgo"
30
29
. "github.com/onsi/gomega"
31
30
routev1 "github.com/openshift/api/route/v1"
32
31
corev1 "k8s.io/api/core/v1"
33
- "k8s.io/apimachinery/pkg/api/resource"
34
32
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
35
33
"k8s.io/apimachinery/pkg/types"
36
34
"k8s.io/apimachinery/pkg/util/intstr"
Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ import (
24
24
"testing"
25
25
"time"
26
26
27
- v1 "k8s.io/api/core/v1"
28
27
netv1 "k8s.io/api/networking/v1"
29
- metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
30
28
31
29
"go.uber.org/zap/zapcore"
32
30
"k8s.io/apimachinery/pkg/runtime"
You can’t perform that action at this time.
0 commit comments