image

package
v0.0.0-...-51b2d08 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Facade

type Facade struct {
	// contains filtered or unexported fields
}

func FacadeSingleton

func FacadeSingleton() *Facade

func (*Facade) GetCompatibleArchitecturesSet

func (i *Facade) GetCompatibleArchitecturesSet(ctx context.Context, imageReference string, secrets [][]byte) (architectures sets.Set[string], err error)

func (*Facade) StoreGlobalPullSecret

func (i *Facade) StoreGlobalPullSecret(pullSecret []byte)

type ICache

type ICache interface {
	// GetCompatibleArchitecturesSet takes an image reference. a list of secrets and the client to the cluster and
	// returns a set of architectures that are compatible with the image reference.
	GetCompatibleArchitecturesSet(ctx context.Context, imageReference string, secrets [][]byte) (sets.Set[string], error)
}

type IRegistryInspector

type IRegistryInspector interface {
	ICache
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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