Undelete generated files#29017
Conversation
There's been enough people broken by not committing generated code, that we should undo that until we have a proper client that is `go get` compatible. This is temporary.
|
Thanks. Not sure about the Makefile changes, the end result looks good. |
|
GCE e2e build/test passed for commit 3384e03. |
|
LGTM |
|
Let's do this! 👍 |
|
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
|
GCE e2e build/test passed for commit 3384e03. |
|
Automatic merge from submit-queue |
|
@thockin - it's a bit late, but why did we committed only deepcopy files and not autogenerated conversions? |
|
eh? Conversions are in this PR... On Wed, Aug 10, 2016 at 1:15 PM, Wojciech Tyczynski <
|
|
A sorry - then something must have happened after this PR. Because currently:
|
|
https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/zz_generated.conversion.go That looks like it is checked in, to me... On Wed, Aug 10, 2016 at 11:46 PM, Wojciech Tyczynski <
|
|
ohh - sorry; I must have looked into internal packages... |
|
ah, yeah, there were never conversions in internals :) On Wed, Aug 10, 2016 at 11:54 PM, Wojciech Tyczynski <
|
There's been enough people broken by not committing generated code, that we
should undo that until we have a proper client that is
go getcompatible.This is temporary.
Fixes #28920