lifecycleimage

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fetcher

type Fetcher interface {
	Fetch(keychain authn.Keychain, image string) (v1.Image, error)
}

type Relocator

type Relocator interface {
	Relocate(keychain authn.Keychain, image v1.Image, dest string) (string, error)
}

type Uploader

type Uploader struct {
	Relocator Relocator
	Fetcher   Fetcher
}

func (*Uploader) UploadLifecycleImage

func (u *Uploader) UploadLifecycleImage(keychain authn.Keychain, imageTag, dest string) (string, error)

func (*Uploader) ValidateLifecycleImage

func (u *Uploader) ValidateLifecycleImage(keychain authn.Keychain, imageTag string) error

Jump to

Keyboard shortcuts

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