Documentation
¶
Index ¶
- func AcrDeleteTag(ctx context.Context, loginURL string, auth string, repoName string, ...) error
- func AcrListManifests(ctx context.Context, loginURL string, auth string, repoName string, ...) (*acrapi.ManifestAttributeList, error)
- func AcrListTags(ctx context.Context, loginURL string, auth string, repoName string, ...) (*acrapi.TagAttributeList, error)
- func BasicAuth(username string, password string) string
- func DeleteManifest(ctx context.Context, loginURL string, auth string, repoName string, ...) error
- func LoginURL(registryName string) string
- func LoginURLWithPrefix(loginURL string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AcrDeleteTag ¶
func AcrDeleteTag(ctx context.Context, loginURL string, auth string, repoName string, reference string) error
AcrDeleteTag deletes the tag by reference.
func AcrListManifests ¶
func AcrListManifests(ctx context.Context, loginURL string, auth string, repoName string, orderBy string, last string) (*acrapi.ManifestAttributeList, error)
AcrListManifests list all the manifest in a repository with their attributes.
func AcrListTags ¶
func AcrListTags(ctx context.Context, loginURL string, auth string, repoName string, orderBy string, last string) (*acrapi.TagAttributeList, error)
AcrListTags list the tags of a repository with their attributes.
func DeleteManifest ¶
func DeleteManifest(ctx context.Context, loginURL string, auth string, repoName string, reference string) error
DeleteManifest deletes a manifest using the digest as a reference.
func LoginURLWithPrefix ¶
LoginURLWithPrefix return the hostname of a registry.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.