Documentation ¶
Index ¶
- func FormatImages(images []string) (res []string)
- func ParseContainerImageList(srcPath string) ([]*v12.ContainerImage, error)
- func ParseContainerImageSlice(srcPath string) ([]string, error)
- func WrapParseContainerImageList2StringSlice(parseFunc parseContainerImageListFunc) func(srcPath string) ([]string, error)
- func WrapParseStringSlice2ContainerImageList(parseFunc parseContainerImageStringSliceFunc) func(srcPath string) ([]*v12.ContainerImage, error)
- type ImageSection
- type MiddlewarePuller
- type Registry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatImages ¶
func ParseContainerImageList ¶ added in v0.9.1
func ParseContainerImageList(srcPath string) ([]*v12.ContainerImage, error)
func ParseContainerImageSlice ¶ added in v0.9.1
func WrapParseContainerImageList2StringSlice ¶ added in v0.9.1
func WrapParseStringSlice2ContainerImageList ¶ added in v0.9.1
func WrapParseStringSlice2ContainerImageList(parseFunc parseContainerImageStringSliceFunc) func(srcPath string) ([]*v12.ContainerImage, error)
Types ¶
type ImageSection ¶
type MiddlewarePuller ¶
type MiddlewarePuller struct {
// contains filtered or unexported fields
}
func NewMiddlewarePuller ¶
func NewMiddlewarePuller(platform v1.Platform) MiddlewarePuller
func (MiddlewarePuller) PullWithImageSection ¶ added in v0.9.1
func (m MiddlewarePuller) PullWithImageSection(rootfs string, imageSectionList []ImageSection) error
type Registry ¶ added in v0.9.1
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶ added in v0.9.1
Click to show internal directories.
Click to hide internal directories.