Can you please tell me the name of API for creating pod and setting quota for that pod, in Kubeapps API documentation? #3930
-
Can you please tell me the name of API for creating pod and setting quota for that pod, in Kubeapps API documentation? And will the .yaml file will be automatically created once the pod is created? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sehrishnaseer, I'm afraid I'm not fully getting your question. The latest API documentation is written in this OpenAPI doc file; however, any of the endpoints will create a pod or set a quota. |
Beta Was this translation helpful? Give feedback.
Hi @sehrishnaseer, I'm afraid I'm not fully getting your question. The latest API documentation is written in this OpenAPI doc file; however, any of the endpoints will create a pod or set a quota.
In Kubeapps you can manage packaged applications (like Helm, Flux, Carvel or Operators). The latest packages API we are building is made of endpoints like: GetAvailablePackageSummaries or CreateInstalledPackage, but we don't manage pods directly.
Please feel free to add more information so that I can point you out to a better solution.