Daniel Smith
Daniel Smith
The deliverable here is, when do users have to change their code to upgrade? We cannot stop them from referencing items in /pkg, therefore if we don't increment the major...
Sorry first time I saw this... I don't actually understand what result you're hoping for. You have 4 separate things and invoking conversion gen twice? Are you hoping that this...
I expect we will take this on in kube-openapi and not here.
If you decide to fail on conflicts, you need a mechanism to notice when someone is trying to own your field. (Usually controllers ignore conflicts because it's more useful for...
Fail or not on conflicts is just a flag passed to the special client (which was put together with existing controllers converting over to use it in mind; let us...
Given that apiserver ignores the rule today, everything just works better if we adjust the specs to mark these fields as optional, no?
Also, see https://github.com/kubernetes/kube-openapi/issues/87
@roycaihw looks like some of your fix PRs didn't get enough attention, maybe you can revisit them?
I think the uses here are benchmarked and it should be easy to tell if swapping out json-iterator causes a regression.
LIST operations that take more than 60 seconds hit the global timeout and are terminated by the server. The error message combined with the "network traffic [being] 30Kb per second...