distribution/registry/client
Richard 9c1dd69439 Manifest and layer soft deletion.
Implement the delete API by implementing soft delete for layers
and blobs by removing link files and updating the blob descriptor
cache.  Deletion is configurable - if it is disabled API calls
will return an unsupported error.

We invalidate the blob descriptor cache by changing the linkedBlobStore's
blobStatter to a blobDescriptorService and naming it blobAccessController.

Delete() is added throughout the relevant API to support this functionality.

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2015-07-24 09:57:20 -07:00
..
auth Fix typo in Version doc 2015-07-08 11:02:47 -07:00
transport Refactor client auth 2015-07-01 15:00:25 -07:00
blob_writer.go Break down type dependencies 2015-05-19 19:56:27 -07:00
blob_writer_test.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
errors.go Remove dead code 2015-07-23 07:09:48 -07:00
repository.go Manifest and layer soft deletion. 2015-07-24 09:57:20 -07:00
repository_test.go Manifest and layer soft deletion. 2015-07-24 09:57:20 -07:00