Haowei Cai (Roy)
Haowei Cai (Roy)
A couple of ideas: - Similar to APIs and models, the documentations are also auto-generated from openapi spec. If we want to have hierarchical directories of documentation, we must have...
This sounds like a huge change to the client interface. Could you list the Pros and Cons of the change? We need to see more evidence of the benefits to...
The current interface comes from the code generator that we use. The openapi-based code generation allows us to generate clients in different languages for the ever-growing Kubernetes API. I would...
/remove-lifecycle rotten /lifecycle frozen
Could you verify if kubectl gives you the expected behavior? We're wondering if this could be changed by the server.
/assign @yliaog
Thanks for putting together this! It's a huge improvement to this client and can also benefit other generated clients. LGTM
flake8 raises two types of errors: - https://github.com/OpenAPITools/openapi-generator/issues/10856 - "F821 undefined name" errors for lazy-imported names under kubernetes/client/model/
@chrisayoub Sorry for the late reply. I didn't have much bandwidth to figure out the test failure. An equivalent PR with v6 generator would be awesome. Thanks!