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

tunnel: Break dependency on k8s.io/kubernetes #376

Merged
merged 2 commits into from Sep 30, 2019

Conversation

tmc
Copy link
Contributor

@tmc tmc commented Sep 29, 2019

This removes the dependency on k8s.io/kubernetes by pulling the label helper code in.

Copy link
Contributor

@yorinasub17 yorinasub17 left a comment

Choose a reason for hiding this comment

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

This LGTM! Have one minor style nit, but will kick off the build now.

@@ -47,6 +47,14 @@ func (resourceType KubeResourceType) String() string {
}
}

func makeLabels(labels map[string]string) string {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a comment mentioning what this is doing, or alternatively point to where it is sourced from?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added a comment.

@yorinasub17
Copy link
Contributor

Since build passed and I saw the comment, going to merge this in. Thanks for your contribution!

@yorinasub17 yorinasub17 merged commit 50c9bca into gruntwork-io:master Sep 30, 2019
@tmc tmc deleted the remove-dep branch October 2, 2019 01:49
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.

None yet

2 participants