Documentation ¶
Index ¶
- func BlobMetadata(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) (distribution.Descriptor, error)
- func DeleteManifest(ctx context.Context, client *http.Client, registry *url.URL, ...) error
- func DownloadBlob(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) (io.ReadCloser, error)
- func HasBlob(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) (bool, error)
- func Manifest(ctx context.Context, client *http.Client, registry *url.URL, ...) (*schema1.SignedManifest, error)
- func ManifestDigest(ctx context.Context, client *http.Client, registry *url.URL, ...) (digest.Digest, error)
- func ManifestV2(ctx context.Context, client *http.Client, registry *url.URL, ...) (*schema2.DeserializedManifest, error)
- func Ping(ctx context.Context, client *http.Client, registry *url.URL) error
- func PutManifest(ctx context.Context, client *http.Client, registry *url.URL, ...) error
- func Repositories(ctx context.Context, client *http.Client, registry *url.URL) (repos []string, err error)
- func Tags(ctx context.Context, client *http.Client, registry *url.URL, repository string) (tags []string, err error)
- func UploadBlob(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) error
- type AuthorizationChallenge
- type HTTPStatusError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlobMetadata ¶
func DeleteManifest ¶
func DownloadBlob ¶
func ManifestDigest ¶
func ManifestV2 ¶
func PutManifest ¶
func Repositories ¶
Types ¶
type AuthorizationChallenge ¶
AuthorizationChallenge carries information from a WWW-Authenticate response header.
type HTTPStatusError ¶
func (*HTTPStatusError) Error ¶
func (e *HTTPStatusError) Error() string
Click to show internal directories.
Click to hide internal directories.