mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-01 14:20:29 +00:00
Automatic merge from submit-queue (batch tested with PRs 38080, 38903) prevent negotation on connections that dont' require it Not all clientconfigs require negotiation. Before there was a patch (hardcoded to an instance variable) that allowed this. This updates the code to allow the same as before. @kubernetes/sig-cli @fabianofranz @ncdc you'll want to pick