Documentation ¶
Index ¶
Constants ¶
View Source
const MAX_DOCKER_RETRIES = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LayerSource ¶
type LayerSource struct {
// contains filtered or unexported fields
}
func NewLayerSource ¶
func NewLayerSource(systemContext types.SystemContext, skipOCILayerValidation, skipImageQuotaValidation bool, diskLimit int64, imageURL *url.URL) LayerSource
func (*LayerSource) Blob ¶
func (s *LayerSource) Blob(logger lager.Logger, layerInfo imagepuller.LayerInfo) (string, int64, error)
func (*LayerSource) Close ¶
func (s *LayerSource) Close() error
Click to show internal directories.
Click to hide internal directories.