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

Issue 225: Removed k8s.io/kubernetes #226

Merged
merged 1 commit into from
Aug 11, 2020
Merged

Issue 225: Removed k8s.io/kubernetes #226

merged 1 commit into from
Aug 11, 2020

Conversation

Prabhaker24
Copy link
Contributor

Signed-off-by: prabhaker24 [email protected]

Change log description

The zookeeper-operator imports k8s.io/kubernetes, this isn't supposed used a library and is unsupported by the developers. It breaks a bunch of stuff in other components that rely on the zookeeper-operator.

Purpose of the change

Fixes #225

What the code does

I have run go mod tidy which removes all indirect dependencies and the k8s.io/kubernetes dependency from go.mod file

How to verify it

check the go.mod file it should not have k8s.io/kubernetes in it.

Signed-off-by: prabhaker24 <[email protected]>
@Prabhaker24 Prabhaker24 requested a review from anishakj August 11, 2020 04:24
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2020

Codecov Report

Merging #226 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   83.37%   83.37%           
=======================================
  Files          11       11           
  Lines        1203     1203           
=======================================
  Hits         1003     1003           
  Misses        137      137           
  Partials       63       63           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7226c2c...fc9310c. Read the comment docs.

Copy link
Contributor

@anishakj anishakj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anishakj anishakj merged commit 410c7e8 into master Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zookeeper-Operator Relies On k8s.io/kubernetes
3 participants