https://www.npmjs.com/package/@kubernetes/client-node links to https://kubernetes-client.github.io/javascript/
These docs are now old, and there are some big changes - for instance https://kubernetes-client.github.io/javascript/classes/CustomObjectsApi.html#listNamespacedCustomObject tells you to pass the required parameters separately, but now in the latest version of the library you must pass them as one options object.
The badge reports the builds as failing: https://github.com/kubernetes-client/javascript/actions/workflows/deploy-docs.yml The error seems to be "Required status check "EasyCLA" is expected."
Can the docs be updated?
Thanks,
https://www.npmjs.com/package/@kubernetes/client-node links to https://kubernetes-client.github.io/javascript/
These docs are now old, and there are some big changes - for instance https://kubernetes-client.github.io/javascript/classes/CustomObjectsApi.html#listNamespacedCustomObject tells you to pass the required parameters separately, but now in the latest version of the library you must pass them as one options object.
The badge reports the builds as failing: https://github.com/kubernetes-client/javascript/actions/workflows/deploy-docs.yml The error seems to be "Required status check "EasyCLA" is expected."
Can the docs be updated?
Thanks,