Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Spawn gengo/v2 (KEP 4402) #259
Spawn gengo/v2 (KEP 4402) #259
Changes from all commits
6a789c9
130553f
63cd203
70d4955
4c6a0f3
ce1e343
b843a12
f59fc19
e06da46
8e61ce4
92bda7a
7bd92cd
6064973
d4d7c3c
ec9c476
8cca9bb
dceb5f1
9b09b53
a118b3d
b291295
bb502ed
f06a6c1
3d886b1
c682af1
5458972
67e6f6a
20e69f2
97504d1
2a2caee
08e97a3
0f7c7f4
1d55203
be91502
28180da
3d41cf4
b02b6ab
292d08b
e58ef8d
c80e16a
f90bbd9
eb27a87
ea6ce31
13c3e12
8efa95a
b08ffa4
ccc4c0d
3446e13
8679c27
d5e4a35
bb5d06d
e08acb0
4d1b815
e246f57
d43ccb5
780d761
008dc98
f79cce5
9d8f49d
483edb0
e7d5fc5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexzielenski Just wanted you to be aware this is here. I don't know if we'll need to follow up later to somehow reconcile this with kubernetes/kube-openapi#446
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we will since a key difference between the two is the kube-openapi version does not allow implicit arrays by duplicating markers which I dont think would be backwards compatible if we merged the two (unless it was a parser optoin or something, but at that rate they could be kept separate I think)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to have one convention that applied to all tools. FWIW I didn't change this logic, just copied it over. :)