Marc Nuri
Marc Nuri
:heart: Thanks for the detailed explanation. So I understand that a temporary workaround would be to use something similar to your `auth-helper.sh` script.
From discussion: - Inheritance doesn't seem to be supported by json-schema: https://github.com/json-schema-org/json-schema-spec/issues/348 > So, I hope that helped. Schemas are not describing objects, they are a collection of constraints. So,...
https://github.com/fabric8io/kubernetes-client/issues/3234
> Due to problems in the master branch that are not related to this PR I was not able to test my code at all. How to progress? Could you...
This issue was also tackled on #4381, I'll merge some of the changes in this PR into the other one and close it.
Something like this looks kind of neat: ``` watch((action, t ) -> doSomething(t)); ``` But I'm worried we're encouraging users to ignore the `onClose` event altogether. Maybe we should add...
In regard to `System.exit(-1);` I just find it a very aggressive approach (taking into account it's the default), and I'm not sure if other users may encounter problems due to...
> @metacosm @vietj @manusa I've picked this up again at https://github.com/fabric8io/kubernetes-client/tree/vertx-client Thx! > There are plenty of unsupported things and todos left. I'll take another couple of passes over it...
Does #4171 address the issues that this PR tries to fix? _(I feel really uncomfortable extending the ObjectMapper.)_
This would make the code look more organized, and reduce the code-base by a few hundred lines. However, won't this break our current model backwards compatibility support (i.e. consuming a...