Documentation
¶
Index ¶
Constants ¶
View Source
const ( TmpMirrorFolderName = "mirror" TmpMirrorPullFolderName = "pull" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageLayouts ¶ added in v0.22.2
type ImageLayouts struct {
DeckhousePlatform *platform.ImageLayouts
TrivyDB layout.Path
TrivyDBImages map[string]struct{}
TrivyBDU layout.Path
TrivyBDUImages map[string]struct{}
TrivyJavaDB layout.Path
TrivyJavaDBImages map[string]struct{}
TrivyChecks layout.Path
TrivyChecksImages map[string]struct{}
Modules map[string]ModuleImageLayout
// contains filtered or unexported fields
}
func NewImageLayouts ¶ added in v0.22.2
func NewImageLayouts() *ImageLayouts
type ModuleImageLayout ¶ added in v0.22.2
type ModuleRelease ¶ added in v0.22.2
type ModuleRelease struct {
Version string
}
type PullService ¶ added in v0.22.2
type PullService struct {
// contains filtered or unexported fields
}
func NewPullService ¶ added in v0.22.2
func NewPullService( registryService *registryservice.Service, tmpDir string, targetTag string, ignoreSuspendedChannels bool, logger *dkplog.Logger, userLogger *log.SLogger, ) *PullService
type PushService ¶ added in v0.22.2
type PushService struct {
// contains filtered or unexported fields
}
func NewPushService ¶ added in v0.22.2
func NewPushService(registryService registryservice.Service, logger *dkplog.Logger, userLogger *log.SLogger) *PushService
Click to show internal directories.
Click to hide internal directories.