cloud_controller_ng
cloud_controller_ng copied to clipboard
Add delete buildpack cache per app endpoint
Implement POST /v3/apps/:guid/actions/clear_buildpack_cache to solve the issue (https://github.com/cloudfoundry/cloud_controller_ng/issues/2991) that some buildpacks have problems with cleaning up the buildpack cache for an app over time.
Added a new endpoint to clear the cache for a specified app using APP_GUID:
POST /v3/apps/:guid/actions/clear_buildpack_cache
-
[x] I have reviewed the [contributing guide]
-
[x] I have viewed, signed, and submitted the Contributor License Agreement
-
[x] I have made this pull request to the
mainbranch -
[x] I have run all the unit tests using
bundle exec rake -
[x] I have run [CF Acceptance Tests]