IBM / lunchpail

Lunchpail compiles your job code into an all-in-one executable. Others download that binary, and "up" it to run your code in the Cloud or an existing Kubernetes cluster.
Apache License 2.0
6 stars 2 forks source link

refactor: rename backend.DeleteNamespace() to backend.Purge() #210

Closed starpit closed 2 months ago

starpit commented 2 months ago

Also, this function does not need to accept a compilationName, as the impl can get it directly from the compilation API.