Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BackingStore ¶
func (*BackingStore) Create ¶
func (bm *BackingStore) Create(id string, quota int64) (string, error)
func (*BackingStore) Delete ¶
func (bm *BackingStore) Delete(id string) error
type BackingStoreMgr ¶
type GraphDriver ¶
type GraphDriver interface { graphdriver.Driver }
type LoopMounter ¶
type QuotaedDriver ¶
type QuotaedDriver struct { GraphDriver Unmount UnmountFunc BackingStoreMgr BackingStoreMgr LoopMounter LoopMounter Retrier Retrier RootPath string Logger lager.Logger }
func (*QuotaedDriver) GetDiffLayerPath ¶
func (a *QuotaedDriver) GetDiffLayerPath(rootFSPath string) string
func (*QuotaedDriver) GetMntPath ¶
func (a *QuotaedDriver) GetMntPath(id layercake.ID) string
func (*QuotaedDriver) GetQuotaed ¶
func (a *QuotaedDriver) GetQuotaed(id, mountlabel string, quota int64) (string, error)
func (*QuotaedDriver) Put ¶
func (a *QuotaedDriver) Put(id string) error
type UnmountFunc ¶
Click to show internal directories.
Click to hide internal directories.