Skip to content

Commit 4356402

Browse files
Migrate to networking.k8s.io (#265)
* Migrate to networking.k8s.io
1 parent 773b378 commit 4356402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/controller/flink/ingress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
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
)

pkg/controller/flink/job_manager_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)