Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryPullCache ¶
type MemoryPullCache struct {
// contains filtered or unexported fields
}
func NewMemoryPullCache ¶
func NewMemoryPullCache(ctx context.Context, gcpAuthenticator authn.Authenticator, localhostRegistryReplacement string) (*MemoryPullCache, error)
func (*MemoryPullCache) Fetch ¶
func (c *MemoryPullCache) Fetch(ctx context.Context, ref string) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.