Get desktop application:
View/edit binary Protocol Buffers messages
Leases service manages resources leases within the metadata store.
AddResource references the resource by the provided lease.
Create creates a new lease for managing changes to metadata. A lease can be used to protect objects from being removed.
ID is used to identity the lease, when the id is not set the service generates a random identifier for the lease.
Delete deletes the lease and makes any unreferenced objects created during the lease eligible for garbage collection if not referenced or retained by other resources during the lease.
Sync indicates that the delete and cleanup should be done synchronously before returning to the caller Default is false
DeleteResource dereferences the resource by the provided lease.
List lists all active leases, returning the full list of leases and optionally including the referenced resources.
ListResources lists all the resources referenced by the lease.
Lease is an object which retains resources while it exists.
Used in: ,
Used in: , ,
For snapshotter resource, there are many snapshotter types here, like overlayfs, devmapper etc. The type will be formatted with type, like "snapshotter/overlayfs".