Tomasz Prus
Tomasz Prus
@herman-ai I'm not working on it right now, feel free to contribute if you want.
Thanks for reporting the issue. Could you send information about your cluster - K8s version, cloud provider?
Unfortunately I'm not able to recreate the issue. @vishnukv-facets could you share more details about your case - your cluster type, k8s version, what kind of interfaces you are watching...
Thanks for spotting this, this library should provide this feature.
I couldn’t agree more. The good news is the latest version of OpenAPI Generator supports annotations. I'm going to check it soon.
I'm working on it...
What K8s cluster do you have? Is it provided by Google, AWS, ... or self-hosted?
Thanks for your contribution but I'm working on switching to new version of generator which support annotations, so the stubs won't be needed.
Unfortunately it's not supported by the library yet.
I did such tests using lazy imports (models were loaded only when needed) and it worked 3x faster but still 10x slower than the current version (see timings above). The...