Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DigestAlgorithmError ¶
type DigestAlgorithmError struct {
// contains filtered or unexported fields
}
func (*DigestAlgorithmError) Error ¶
func (e *DigestAlgorithmError) Error() string
type DownloadError ¶
type DownloadError struct { Cause error // contains filtered or unexported fields }
func (*DownloadError) Error ¶
func (e *DownloadError) Error() string
type HTTPNotOKError ¶
type HTTPNotOKError struct {
// contains filtered or unexported fields
}
func (*HTTPNotOKError) Error ¶
func (e *HTTPNotOKError) Error() string
type HeaderArgs ¶
type HeaderArgs struct {
// contains filtered or unexported fields
}
type InvalidMediaTypeError ¶
type InvalidMediaTypeError struct {
// contains filtered or unexported fields
}
func (*InvalidMediaTypeError) Error ¶
func (e *InvalidMediaTypeError) Error() string
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func (*Registry) DownloadLayer ¶
func (r *Registry) DownloadLayer(layer v1.Descriptor, outputDir string) error
type SHAMismatchError ¶
type SHAMismatchError struct {
// contains filtered or unexported fields
}
func (*SHAMismatchError) Error ¶
func (e *SHAMismatchError) Error() string
Click to show internal directories.
Click to hide internal directories.