ynqa
ynqa
@advancedlogic Excuse me, what do you mean?
@gnewton Thanks for your indication, and which is quite right. Currently, wego is not able to train models from huge datasets that are unacceptable for memory. Now I'm just tackling...
@clux Thanks also. Firstly I tried to use generated codes by swagger-codegen/openapi-generator and not to edit them as possible. Because it's difficult to trace and maintain k8s APIs each version....
@clux Yes, but it's also not so good for tackling #6 issue. I'm considering to define APIs on my own codes.
@clux I'm looking over this example: https://github.com/Arnavion/k8s-openapi/blob/master/k8s-openapi-tests/src/custom_resource_definition.rs
@benwbooth Thanks, we will tackle this issue for [gold-requirements](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-capabilities) later. > Support exec, attach, port-forward calls (these are not normally supported out of the box from swagger-codegen)
@clux Thanks for your issues. Ah.. right. If it happens any error on `request`, it's possible not to deserialize correctly for some k8s objects, such as Pod... This error handling...
@clux Sorry for my responses delay, look good to me about your improvements!! Essentially it should tackle handling some errors on APIs (generated) side. I have to choose below: -...
It may be caused that there are not metric-server on your k8s. For exampe, If you use on minkube let's enable metric-server via `$ minikube addons enable metrics-server`.
@dh-saurabh Yeah, the current usages are not enough. I'll add them later. And also if you have some helpful examples, it's okay to submit them as PRs!