Skip to content

Commit

Permalink
Update pkg/component/controller/etcd_member_reconciler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Wieczorek <[email protected]>
Signed-off-by: Jussi Nummelin <[email protected]>
  • Loading branch information
jnummelin and twz123 authored Apr 29, 2024
1 parent 0ced850 commit fd985ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/component/controller/etcd_member_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"github.com/sirupsen/logrus"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Check failure on line 39 in pkg/component/controller/etcd_member_reconciler.go

View workflow job for this annotation

GitHub Actions / Unit tests :: windows-amd64

other declaration of metav1

Check failure on line 39 in pkg/component/controller/etcd_member_reconciler.go

View workflow job for this annotation

GitHub Actions / Smoke test on armv7/arm64 (arm)

other declaration of metav1

Check failure on line 39 in pkg/component/controller/etcd_member_reconciler.go

View workflow job for this annotation

GitHub Actions / Smoke test on armv7/arm64 (arm64)

other declaration of metav1
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Check failure on line 40 in pkg/component/controller/etcd_member_reconciler.go

View workflow job for this annotation

GitHub Actions / Unit tests :: windows-amd64

metav1 redeclared in this block

Check failure on line 40 in pkg/component/controller/etcd_member_reconciler.go

View workflow job for this annotation

GitHub Actions / Smoke test on armv7/arm64 (arm)

metav1 redeclared in this block

Check failure on line 40 in pkg/component/controller/etcd_member_reconciler.go

View workflow job for this annotation

GitHub Actions / Smoke test on armv7/arm64 (arm64)

metav1 redeclared in this block

extensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
extclient "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1"
Expand Down

0 comments on commit fd985ee

Please sign in to comment.