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

✨ support custom negotiated serializer 🐛 #382

Merged

Commits on Apr 8, 2019

  1. fix(client): support custom negotiated serializer

    The Kubernetes client allows for users to configure a serializer which
    is used to encode and decode resources exchanged with the Kubernetes API
    server.
    
    This changeset modifies the controller-runtime client to only set the
    default serializer if the NegotiatedSerializer option is nil.
    
    Signed-off-by: Terin Stock <terin@cloudflare.com>
    terinjokes committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    7ba0932 View commit details
    Browse the repository at this point in the history