-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MapObject.Object contains empty GroupVersionKind #284
Comments
in general, you probably want to use the scheme to get the GVK of a type, but we're trying to clean up the places where we don't set a GVK. It's pretty common throughout the code not to have a GVK set, because it's not actually needed most places in the client/apimachinery (which use Scheme instead). |
@liyinan926 I believe because #212 fixed the The fix I believe is in |
@shawn-hurley I can do it. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale PR #389 is open to fix this issue |
I noticed that
MapObject.Object
instances passed to ahandler.ToRequestsFunc
function contains emptyGroupVersionKind
. The code I have looks like the following:The logs show multiple occurrences of
Empty GVK for object ...
.The text was updated successfully, but these errors were encountered: