-
Notifications
You must be signed in to change notification settings - Fork 1.2k
🐛 Preserve GroupVersionKind during Update/Patch #528
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
Conversation
5553ddf
to
eea9633
Compare
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/check-cla |
/assign @DirectXMan12 |
this looks good at a glance. Do we know why it's getting cleared in the first place? |
I haven't looked deeper than here, I can try to take a look upstream |
It seems like it's because of https://github.com/kubernetes/apimachinery/blob/6a84e37a896db9780c75367af8d2ed2bb944022e/pkg/runtime/serializer/versioning/versioning.go#L279 which seems fixed in a later version of |
I'll add a TODO to remove this in 1.15 |
can you add your name to the TODO (I should add a linter for this) -- we follow the convention of Otherwise looks fine |
7beb556
to
bd44622
Compare
@DirectXMan12 Fixed up, I'll take care of removing this when 1.15 is out |
/retest |
Signed-off-by: Vince Prignano <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DirectXMan12, vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Vince Prignano [email protected]
Fixes #526
Fixes #406