Skip to content

Update controller-gen to 0.4.6#205

Closed
ekarlso wants to merge 1 commit into
evryfs:masterfrom
ekarlso:fix-204-propagation-issue
Closed

Update controller-gen to 0.4.6#205
ekarlso wants to merge 1 commit into
evryfs:masterfrom
ekarlso:fix-204-propagation-issue

Conversation

@ekarlso
Copy link
Copy Markdown
Contributor

@ekarlso ekarlso commented Feb 22, 2021

This fixes #204

This fixes #204

Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 22, 2021

Codecov Report

Merging #205 (1fa2509) into master (69fb2d5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   66.83%   66.83%           
=======================================
  Files           2        2           
  Lines         205      205           
=======================================
  Hits          137      137           
  Misses         43       43           
  Partials       25       25           

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 69fb2d5...1fa2509. Read the comment docs.

@davidkarlsen
Copy link
Copy Markdown
Collaborator

davidkarlsen commented Feb 22, 2021

@sabre1041 ptal - this might relate to your projects too?

Comment thread Makefile
cd $$CONTROLLER_GEN_TMP_DIR ;\
go mod init tmp ;\
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1 ;\
GO111MODULE=on go get github.com/minio/controller-tools/cmd/controller-gen@v0.4.6 ;\
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This seems to be a fork, can we go with the vanilla upstream @ https://github.com/kubernetes-sigs/controller-tools/releases?

@davidkarlsen
Copy link
Copy Markdown
Collaborator

Superseded by #221

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.

spec.podTemplateSpec.metadata is not persisted

2 participants