modules

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

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

func (*Service) PullModules added in v0.22.9

func (svc *Service) PullModules(ctx context.Context, modules []string) error

PullModules pulls the Deckhouse modules It validates access to the registry and pulls the module images

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL