Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerCertsDir ¶
func DockerCertsDir() string
func PolicyConfPath ¶
func PolicyConfPath() string
func RegistriesConfPath ¶
func RegistriesConfPath() string
func RegistryCertsDir ¶
func RegistryCertsDir() string
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, skipCache bool, secrets [][]byte) (sets.Set[string], error)
}
type IRegistryInspector ¶
type IRegistryInspector interface {
ICache
// contains filtered or unexported methods
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.