package
Version:
v0.0.0-...-30fe120
Opens a new window with list of versions in this module.
Published: Oct 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package puller implements the logic for pull operations.
type ProgressTracker func(target oras.Target) oras.Target
ProgressTracker type of the tracker that the puller accepts. It implements the tracker logic.
Puller implements pull operations.
NewPuller create a new puller that can be used for pull operations.
The client must be ready to be used by the puller.
Pull an artifact from a remote registry.
Ref format follows: REGISTRY/REPO[:TAG|@DIGEST]. Ex. localhost:5000/hello:latest.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.