Anton Lindgren
Anton Lindgren
> As an additional data point: we've been using the 1.0 rc for a few months now in our production app without any issues. We mostly interact with the job...
I take it this is not an intended change, and the issue is probably in our code. I'll get back to you when I have looked into this further. I'll...
Maybe part of my confusion lies within this row: https://github.com/kubernetes-client/javascript/blob/release-1.x/src/cache.ts#L173 The `this.indexCache` is only populated for a namespaces if the list actually contains items. Could this in turn lead to...
The second part of my confusion had to do with the order of `addOrUpdateObject` and `this.indexObj` being called here https://github.com/kubernetes-client/javascript/blob/release-1.x/src/cache.ts#L196 We have code which can be boiled down to this...