Skip to content
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

[pull] master from kubernetes-sigs:master #79

Merged
merged 4 commits into from
Nov 2, 2020

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 29, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

DirectXMan12 and others added 2 commits October 28, 2020 16:05
It was brought to my attention that the relationship between
client.Object and runtime.Object isn't particularly clear to folks who
are not used to working in the guts of client-go & apimachinery, so this
adds some docs to helpfully clarify and provide examples.
@pull pull bot added the ⤵️ pull label Oct 29, 2020
ironcladlou and others added 2 commits November 2, 2020 13:00
Before this change, passing an `unstructured.UnstructuredList` to
`client.List()` would erroneously delegate to the typed client, causing an error
if the target type isn't registered with the client's scheme, violating the
purpose of using `unstructured`.

This patch fixes the client so that the `unstructured.UnstructuredList` is
delegated to the internal unstructured client.
🐛 Fix use of `UnstructuredList` with unregistered typed
@pull pull bot merged commit 9975e29 into alexeldeib:master Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants