Documentation ¶
Index ¶
Constants ¶
View Source
const MinStoreSizeBytes = 1024 * 1024 * 200
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitSpec ¶
type InitSpec struct { UIDMappings []groot.IDMappingSpec GIDMappings []groot.IDMappingSpec StoreSizeBytes int64 }
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func New ¶
func New(storePath string, storeNamespacer StoreNamespacer, volumeDriver base_image_puller.VolumeDriver, imageDriver image_cloner.ImageDriver, storeDriver StoreDriver) *Manager
func (*Manager) DeleteStore ¶
type StoreDriver ¶
type StoreNamespacer ¶ added in v0.20.0
type StoreNamespacer interface {
ApplyMappings(uidMappings, gidMappings []groot.IDMappingSpec) error
}
Click to show internal directories.
Click to hide internal directories.