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 (*Facade) StoreGlobalPullSecret ¶
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 }
Click to show internal directories.
Click to hide internal directories.