-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KEP-1027: API Unions for 1.25 #3377
Merged
k8s-ci-robot
merged 22 commits into
kubernetes:master
from
kevindelgado:api-unions-try-2
Jun 23, 2022
+1,029
−177
Merged
Changes from 12 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
68a3592
update kep.yaml
kevindelgado cd96e98
update kep readme to match current template
kevindelgado 5100aa8
Update unions KEP for v1.25
kevindelgado d882c04
address apelisse feedback
kevindelgado e31cd19
Add test case summary and open questions
kevindelgado 85c40c0
update kep
kevindelgado dee6e69
Address lavalamp feedback
kevindelgado c473f6d
Address feedback around open questions and PRR
kevindelgado 3e4b476
propose initial migration types
kevindelgado 7d09cfc
rearrange open questions
kevindelgado e76861b
Address open questions based on meeting feedback
kevindelgado 921f0a0
Address deads2k feedback
kevindelgado 7fa7d48
Address more feedback
kevindelgado ae462d3
Describe possibility of enabling a cluster with invalid CRs
kevindelgado 03cbe6c
ratcheting validation
kevindelgado 908da47
more normalization/validation updates
kevindelgado 0d0bcb7
Address liggitt feedback
kevindelgado a67ef11
sketch open api
kevindelgado 182167d
remove empty members from open api definition
kevindelgado 9bcae5a
Add open api deserialization struct
kevindelgado 5e85c60
OpenAPI extension feedback
kevindelgado 7da001c
remove multiple unions per object possibility
kevindelgado File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kep-number: 1027 | ||
alpha: | ||
approver: "@deads2k" | ||
Oops, something went wrong.
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.
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.
this should be me