clusterlifecycle

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory struct {
	Uploader Uploader
	Printer  Printer
}

func NewFactory

func NewFactory(printer Printer, relocator registry.Relocator, fetcher registry.Fetcher) *Factory

func (*Factory) MakeLifecycle

func (f *Factory) MakeLifecycle(keychain authn.Keychain, name, imageTag string, kpConfig config.KpConfig) (*v1alpha2.ClusterLifecycle, error)

func (*Factory) UpdateLifecycle

func (f *Factory) UpdateLifecycle(keychain authn.Keychain, lifecycle *v1alpha2.ClusterLifecycle, imageTag string, kpConfig config.KpConfig) (*v1alpha2.ClusterLifecycle, error)

type Printer

type Printer interface {
	Printlnf(format string, args ...interface{}) error
	PrintStatus(format string, args ...interface{}) error
}

type Uploader

type Uploader interface {
	UploadLifecycleImage(keychain authn.Keychain, imageTag, dest string) (string, error)
	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