kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
303 stars 20 forks source link

Enahance store pipeline rest API to allow overwirte if instructed by a query parameter #1869

Closed golanha closed 4 months ago

golanha commented 6 months ago

Store pipelins rest api should get a query parameter that would instruct weather to allow overwriting of pipeline or fail if a certain pipeline exsits. Should look like this: https://cd.hkube.io/hkube/api-server/api/v1/store/pipelines?**overwrite=true** If false, the api will act as it does now. If true, any existing pipeline will be updated as done by PUT.

1875