package
1.4.0-beta.2
Repository: https://github.com/crisesw/containerd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewContainerStore returns a Store backed by an underlying bolt DB.
NewDB creates a new metadata database using the provided bolt database, content store, and snapshotters.
NewImageStore returns a store backed by a bolt DB.
NewLeaseManager creates a new lease manager for managing leases using the provided database transaction.
NewNamespaceStore returns a store backed by a bolt DB.
WithPolicyIsolated isolates contents between namespaces.
WithTransactionContext returns a new context holding the provided bolt transaction.

# Constants

ResourceContainer specifies a container resource.
ResourceContent specifies a content resource.
ResourceIngest specifies a content ingest.
ResourceLease specifies a lease.
ResourceSnapshot specifies a snapshot resource.
ResourceTask specifies a task resource.
ResourceUnknown specifies an unknown resource.

# Structs

DB represents a metadata database backed by a bolt database.
GCStats holds the duration for the different phases of the garbage collector.
LeaseManager manages the create/delete lifecycle of leases and also returns existing leases.

# Type aliases

DBOpt configures how we set up the DB.