Documentation
¶
Index ¶
Constants ¶
View Source
const Daemon image.Source = image.ContainerdDaemonSource
Variables ¶
This section is empty.
Functions ¶
func NewDaemonProvider ¶ added in v0.0.2
func NewDaemonProvider(tmpDirGen *file.TempDirGenerator, registryOptions image.RegistryOptions, namespace string, imageStr string, platform *image.Platform) image.Provider
NewDaemonProvider creates a new provider instance for a specific image that will later be cached to the given directory.
Types ¶
type PullStatus ¶
type PullStatus struct {
// contains filtered or unexported fields
}
func (*PullStatus) Complete ¶
func (ps *PullStatus) Complete() bool
func (*PullStatus) Current ¶
func (ps *PullStatus) Current(layer LayerID) progress.Progressable
func (*PullStatus) Layers ¶
func (ps *PullStatus) Layers() []LayerID
type StatusInfoStatus ¶
type StatusInfoStatus string
StatusInfoStatus describes status info for an upload or download.
const ( StatusResolved StatusInfoStatus = "resolved" StatusResolving StatusInfoStatus = "resolving" StatusWaiting StatusInfoStatus = "waiting" StatusCommitting StatusInfoStatus = "committing" StatusDone StatusInfoStatus = "done" StatusDownloading StatusInfoStatus = "downloading" StatusUploading StatusInfoStatus = "uploading" StatusExists StatusInfoStatus = "exists" )
Click to show internal directories.
Click to hide internal directories.