Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageImporter ¶
type ImageImporter struct {
CC *containerd.Client
Namespace string
}
func NewImageImporter ¶ added in v0.3.0
func NewImageImporter(cc *containerd.Client, namespace string) *ImageImporter
NewImageImporter creates a new ImageImporter.
func (*ImageImporter) ImportImage ¶
func (*ImageImporter) PullImage ¶
func (i *ImageImporter) PullImage(ctx context.Context, ref string) (containerd.Image, error)
Click to show internal directories.
Click to hide internal directories.