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

Fix round-trip of Unstructured.OwnerReferences #46683

Commits on Jun 2, 2017

  1. Fix round-trip of Unstructured.OwnerReferences

    Previously setOwnerReference was storing pointers but
    extractOwnerReference is expecting pointer fields as plain values.
    Fixes kubernetes#46817
    ash2k committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    427b8cd View commit details
    Browse the repository at this point in the history