Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageDownloadList ¶
type ImageDownloadList struct {
Security map[string]map[string]*puller.ImageMeta
// contains filtered or unexported fields
}
func NewImageDownloadList ¶
func NewImageDownloadList(rootURL string) *ImageDownloadList
func (*ImageDownloadList) FillSecurityImages ¶
func (l *ImageDownloadList) FillSecurityImages()
type ImageLayouts ¶
type ImageLayouts struct {
Security map[string]*regimage.ImageLayout
// contains filtered or unexported fields
}
func NewImageLayouts ¶
func NewImageLayouts(rootFolder string) *ImageLayouts
func (*ImageLayouts) AsList ¶
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 ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService( deckhouseService *registryservice.DeckhouseService, workingDir string, logger *dkplog.Logger, userLogger *log.SLogger, ) *Service
Click to show internal directories.
Click to hide internal directories.