Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageDownloadList ¶ added in v0.22.9
type ImageDownloadList struct {
Modules map[string]*puller.ImageMeta
ModulesReleaseChannels map[string]*puller.ImageMeta
ModulesExtra map[string]*puller.ImageMeta
// contains filtered or unexported fields
}
func NewImageDownloadList ¶ added in v0.22.9
func NewImageDownloadList(rootURL string) *ImageDownloadList
func (*ImageDownloadList) FillForTag ¶ added in v0.22.9
func (l *ImageDownloadList) FillForTag(tag string)
func (*ImageDownloadList) FillModulesImages ¶ added in v0.22.9
func (l *ImageDownloadList) FillModulesImages(modules []string)
type ImageLayouts ¶ added in v0.22.9
type ImageLayouts struct {
Modules *regimage.ImageLayout
ModulesReleaseChannels *regimage.ImageLayout
ModulesExtra *regimage.ImageLayout
// contains filtered or unexported fields
}
func NewImageLayouts ¶ added in v0.22.9
func NewImageLayouts(rootFolder string) *ImageLayouts
func (*ImageLayouts) AsList ¶ added in v0.22.9
func (l *ImageLayouts) AsList() []layout.Path
AsList returns a list of layout.Path's in it. Undefined path's are not included in the list.
type Service ¶ added in v0.22.9
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶ added in v0.22.9
func NewService( deckhouseService *registryservice.DeckhouseService, workingDir string, logger *dkplog.Logger, userLogger *log.SLogger, ) *Service
Click to show internal directories.
Click to hide internal directories.