Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrImagePulling = errors.New("oci pulling")
Functions ¶
func IgnoreImagePulling ¶
Types ¶
type FileLayer ¶
type FileLayer struct {
Descriptor ocispecv1.Descriptor
Path string
}
type Image ¶
type Image struct {
Config ironcoreimage.Config
SquashFS *FileLayer
InitRAMFs *FileLayer
Kernel *FileLayer
}
type Listener ¶
type Listener interface {
HandlePullDone(evt PullDoneEvent)
}
type ListenerFuncs ¶
type ListenerFuncs struct {
HandlePullDoneFunc func(evt PullDoneEvent)
}
func (ListenerFuncs) HandlePullDone ¶
func (l ListenerFuncs) HandlePullDone(evt PullDoneEvent)
type LocalCache ¶
type LocalCache struct {
// contains filtered or unexported fields
}
func NewLocalCache ¶
func (*LocalCache) AddListener ¶
func (c *LocalCache) AddListener(listener Listener)
type PullDoneEvent ¶
type PullDoneEvent struct {
Ref string
}
Click to show internal directories.
Click to hide internal directories.