Steven Hawkins
Steven Hawkins
> This might be better to have in fabric8 client also in our case. I'm not sure what this would look in the base fabric8 client - it appears that...
@anurag-rajawat or any other community user interested in picking up an issue, we are ready for this. It is mostly removing the modules, but it will also require cleaning up...
This may be related to #4319 and #4355 - if the exec is against a container with multiple pods and no container name is supplied the exception handling is very...
closing in favor of #4511
Updated the pr a little bit more: https://github.com/fabric8io/kubernetes-client/tree/vertx-client - updated to master and pulled in a couple of prospective changes, such as removing the need for a sendAsync implementation (which...
I think the only reason this was not done initially is that there's no guarentee that custom resources implement Editable. If a user still wants client logic that interacts with...
As long as we're ok with a small breaking change, then I'm fine with trying to remove reflection. However I don't think this change alone is enough. We do transitively...
To add more on this the sundio basefluent.builderOf method did not change significantly from the past - it was always using reflection. The change I'm think of was to have...
In addition to the 1.5 or 3 MB resource limit linked from #5036, the default for golang websocket frames is 32 MB - https://github.com/kubernetes/kubernetes/blob/master/vendor/golang.org/x/net/websocket/websocket.go#L41 - the apiserver does not seem...
There are no immediate plans to work this, putting into never stale.