Steven Hawkins

Results 508 comments of Steven Hawkins

> Regarding having IntOrString that extends AnyType I don't find in the spec any hint, I would not do it at first, but it's more of a gut feeling other...

@andreaTP @manusa this seems to have some overlap with the handling we have of RawExtension and related types - https://github.com/fabric8io/kubernetes-client/pull/4414#issuecomment-1256169155 The take-away is there's no consistency currently with whether an...

We have informers running for weeks at a time as well and have not experienced any issue. You can check the informer isWatching method as part of a health check...

Could be related to #4369 which is addressed by #4365

I needed to make a few more changes to get the tests running - we now explicitly need error watchevents to have the error type. Also the exception handling is...

@pratapgowda007 see #4247 - the outcome there was to keep the no proxy matching as simple as possible and not support any meta characters.

This is described in and addressed by #4365

> This is described in and addressed by https://github.com/fabric8io/kubernetes-client/pull/4365 Sorry I was mis-remembering the state of the code. In 5.12 it's still the watch manager that is handling this retry....

I was going to use this issue to work the 429 logic, but that doesn't seem like it's worth the effort yet. The api server still uses 1 second as...