 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
func GetBackend ¶
type Containerd ¶
type Containerd struct{}
    type Loader ¶
type Loader struct {
	ID string
	// TarballWriter and TarballReader allow the backend to write and read tarballs
	// to and from the content store.
	TarballWriter TarballWriter
	TarballReader TarballReader
	// Stores are used to directly access a containerd backend (when available).
	// These are *significantly* faster when available.
	ContentStore content.Store
	ImagesStore  images.Store
	LeaseManager leases.Manager
	// contains filtered or unexported fields
}
    type TarballReader ¶ added in v0.18.17
 Click to show internal directories. 
   Click to hide internal directories.