I am trying to work my way into the kubernetes javascript client.
My goal is to create a Job and a secret from inside the cluster.
The kubernetes javascript client provide examples on how to create a in-cluster config and make simples API calls , but the generated documentation is no big help if you want to interact with other kubernetes objects (Jobs and Secret in my case)...
The documentation reference all the classes , but that's all.
So , do you have already worked with the Kubernetes javascript client ? Is there a more precise documentation or more examples ? (I wasn't succesful in my reshearsh)
Or , do you know how to create Jobs/Secret from the Client?
I Won't post my code here , because I only made the in-cluster config , it's only a copy from the repo example.
Thanks a Lot in advance! :)