Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor duplicate imports for Cilium v2alpha1 API #26620

Merged
merged 1 commit into from Jul 4, 2023

Conversation

dlapcevic
Copy link
Contributor

A couple of go files had github.com/cilium/cilium/pkg/k8s/apis/cilium.io/v2alpha1 imported twice.
Remove the duplicate and make the import name consistent.

Signed-off-by: Dorde Lapcevic <dordel@google.com>

A couple of go files had `github.com/cilium/cilium/pkg/k8s/apis/cilium.io/v2alpha1` imported twice.
Remove the duplicate and make the import name consistent.

Signed-off-by: Dorde Lapcevic <dordel@google.com>
@dlapcevic dlapcevic requested review from a team as code owners July 4, 2023 10:17
@dlapcevic dlapcevic requested a review from squeed July 4, 2023 10:17
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jul 4, 2023
@squeed squeed added the release-note/misc This PR makes changes that have no direct user impact. label Jul 4, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jul 4, 2023
@squeed
Copy link
Contributor

squeed commented Jul 4, 2023

trivial change; all required jobs are green, merging this. Thanks!

@squeed squeed added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 4, 2023
@squeed squeed merged commit 7726560 into cilium:main Jul 4, 2023
55 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants