File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "github.com/lyft/flinkk8soperator/pkg/controller/common"
99 "github.com/lyft/flinkk8soperator/pkg/controller/config"
1010 "github.com/lyft/flinkk8soperator/pkg/controller/k8"
11- "k8s.io/api/extensions /v1beta1"
11+ "k8s.io/api/networking /v1beta1"
1212 v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1313 "k8s.io/apimachinery/pkg/util/intstr"
1414)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "github.com/stretchr/testify/assert"
2121 v1 "k8s.io/api/apps/v1"
2222 coreV1 "k8s.io/api/core/v1"
23- "k8s.io/api/extensions /v1beta1"
23+ "k8s.io/api/networking /v1beta1"
2424 k8sErrors "k8s.io/apimachinery/pkg/api/errors"
2525 "k8s.io/apimachinery/pkg/runtime"
2626 "k8s.io/apimachinery/pkg/runtime/schema"
You can’t perform that action at this time.
0 commit comments