REST Service on the Che server-side that will initiate k8s namespace provisioning #20165
Labels
area/che-server
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe.
We need REST Service to create user's k8s namespace
Describe the solution you'd like
Create a REST Service
@POST @Path("/kubernetes/namespace/provision")
This method should create k8s namespace according to the che-server's configuration if it not exists.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: