Skip to content

Remove service labeling temporarily#965

Merged
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:fix-959
Sep 12, 2018
Merged

Remove service labeling temporarily#965
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:fix-959

Conversation

@dgageot
Copy link
Copy Markdown
Contributor

@dgageot dgageot commented Sep 11, 2018

Fixes #959

@dgageot dgageot requested a review from nkubala September 11, 2018 08:09
Copy link
Copy Markdown
Contributor

@balopat balopat left a comment

Choose a reason for hiding this comment

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

LGTM

}

func copyMap(dest, from map[string]string) {
if from != nil {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

you can remove this check

ranging over a nil map should be fine, it just will iterate 0 times

https://groups.google.com/forum/#!topic/golang-nuts/2TVM3Rg8w_w

Fixes GoogleContainerTools#959

Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #965 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #965      +/-   ##
==========================================
- Coverage   43.77%   43.76%   -0.02%     
==========================================
  Files          66       66              
  Lines        2764     2765       +1     
==========================================
  Hits         1210     1210              
- Misses       1430     1431       +1     
  Partials      124      124
Impacted Files Coverage Δ
pkg/skaffold/deploy/labels.go 0% <0%> (ø) ⬆️

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 24aefd2...70d2193. Read the comment docs.

@dgageot dgageot merged commit 90bc25d into GoogleContainerTools:master Sep 12, 2018
@dgageot dgageot deleted the fix-959 branch December 28, 2018 07:11
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.

5 participants