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: remove k8s.io/kubernetes dependency #206

Closed
wants to merge 2 commits into from
Closed

refactor: remove k8s.io/kubernetes dependency #206

wants to merge 2 commits into from

Conversation

ash2k
Copy link
Member

@ash2k ash2k commented Jan 10, 2021

This is not working - see #205. The PR is to show what happens if we drop the last usage to give us some more motivation :) See the second commit as this PR builds on top of #205.

Closes #56.

Currently:

 go list -m all | wc -l         
     404

With this PR:

go list -m all | wc -l
     265

So 140 dependencies are gone... almost.

@sonarcloud
Copy link

sonarcloud bot commented Jan 10, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
10.2% 10.2% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Apr 5, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
10.5% 10.5% Duplication

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.

Drop k8s.io/kubernetes dependency
1 participant