Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobReader ¶
type BlobReader struct {
// contains filtered or unexported fields
}
func NewBlobReader ¶
func NewBlobReader(blobPath string) (*BlobReader, error)
func (*BlobReader) Close ¶
func (d *BlobReader) Close() error
type LayerFetcher ¶
type LayerFetcher struct {
// contains filtered or unexported fields
}
func NewLayerFetcher ¶
func NewLayerFetcher(source Source) *LayerFetcher
func (*LayerFetcher) BaseImageInfo ¶
func (f *LayerFetcher) BaseImageInfo(logger lager.Logger, baseImageURL *url.URL) (groot.BaseImageInfo, error)
func (*LayerFetcher) StreamBlob ¶
Click to show internal directories.
Click to hide internal directories.