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

Improve kustomize deployer #1036

Merged
merged 7 commits into from
Sep 27, 2018

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Sep 26, 2018

Adds unit tests and fixes #1034, #1033 , #1031

@codecov-io
Copy link

codecov-io commented Sep 26, 2018

Codecov Report

Merging #1036 into master will increase coverage by 0.78%.
The diff coverage is 86.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1036      +/-   ##
==========================================
+ Coverage   40.13%   40.92%   +0.78%     
==========================================
  Files          70       70              
  Lines        3077     3079       +2     
==========================================
+ Hits         1235     1260      +25     
+ Misses       1718     1694      -24     
- Partials      124      125       +1
Impacted Files Coverage Δ
pkg/skaffold/deploy/kustomize.go 36.23% <86.95%> (+36.23%) ⬆️

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 448e3ec...e78da12. Read the comment docs.

@dgageot dgageot added the kokoro:run runs the kokoro jobs on a PR label Sep 26, 2018
Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

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

one nit otherwise LGTM

ConfigMapGenerator []configMapGenerator `yaml:"configMapGenerator"`
}

type patcheJSON6902 struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

patcheJSON6902 -> patchesJSON6902

Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Fixes GoogleContainerTools#1031

Signed-off-by: David Gageot <david@gageot.net>
Fixes GoogleContainerTools#1033

Signed-off-by: David Gageot <david@gageot.net>
Fixes GoogleContainerTools#1034

Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Sep 27, 2018
@dgageot dgageot merged commit 662c994 into GoogleContainerTools:master Sep 27, 2018
@dgageot dgageot deleted the improve-kustomize 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.

Kustomize dependencies should support configMapGenerators
4 participants