Versions in this module Expand all Collapse all v0 v0.18.1 Mar 3, 2026 Changes in this version + type AcrCLIClientInterface struct + func (_m *AcrCLIClientInterface) DeleteAcrTag(ctx context.Context, repoName string, reference string) (*autorest.Response, error) + func (_m *AcrCLIClientInterface) DeleteManifest(ctx context.Context, repoName string, reference string) (*autorest.Response, error) + func (_m *AcrCLIClientInterface) GetAcrManifestAttributes(ctx context.Context, repoName string, reference string) (*acr.ManifestAttributes, error) + func (_m *AcrCLIClientInterface) GetAcrManifests(ctx context.Context, repoName string, orderBy string, last string) (*acr.Manifests, error) + func (_m *AcrCLIClientInterface) GetAcrTags(ctx context.Context, repoName string, orderBy string, last string) (*acr.RepositoryTagsType, error) + func (_m *AcrCLIClientInterface) GetManifest(ctx context.Context, repoName string, reference string) ([]byte, error) + func (_m *AcrCLIClientInterface) UpdateAcrManifestAttributes(ctx context.Context, repoName string, reference string, ...) (*autorest.Response, error) + func (_m *AcrCLIClientInterface) UpdateAcrTagAttributes(ctx context.Context, repoName string, reference string, ...) (*autorest.Response, error) + type BaseClientAPI struct + func (_m *BaseClientAPI) CancelBlobUpload(ctx context.Context, name string, UUID string) (autorest.Response, error) + func (_m *BaseClientAPI) CheckBlobExistence(ctx context.Context, name string, digest string) (autorest.Response, error) + func (_m *BaseClientAPI) CreateManifest(ctx context.Context, name string, reference string, payload acr.Manifest) (acr.SetObject, error) + func (_m *BaseClientAPI) DeleteAcrManifestMetadata(ctx context.Context, name string, reference string, metadata string) (autorest.Response, error) + func (_m *BaseClientAPI) DeleteAcrRepository(ctx context.Context, name string) (acr.DeletedRepository, error) + func (_m *BaseClientAPI) DeleteAcrRepositoryMetadata(ctx context.Context, name string, metadata string) (autorest.Response, error) + func (_m *BaseClientAPI) DeleteAcrTag(ctx context.Context, name string, reference string) (autorest.Response, error) + func (_m *BaseClientAPI) DeleteAcrTagMetadata(ctx context.Context, name string, reference string, metadata string) (autorest.Response, error) + func (_m *BaseClientAPI) DeleteManifest(ctx context.Context, name string, reference string) (autorest.Response, error) + func (_m *BaseClientAPI) EndBlobUpload(ctx context.Context, digest string, name string, UUID string) (autorest.Response, error) + func (_m *BaseClientAPI) GetAcrAccessToken(ctx context.Context, service string, scope string, refreshToken string) (acr.AccessToken, error) + func (_m *BaseClientAPI) GetAcrAccessTokenFromLogin(ctx context.Context, service string, scope string) (acr.AccessToken, error) + func (_m *BaseClientAPI) GetAcrManifestAttributes(ctx context.Context, name string, reference string) (acr.ManifestAttributes, error) + func (_m *BaseClientAPI) GetAcrManifestMetadata(ctx context.Context, name string, reference string, metadata string) (acr.SetObject, error) + func (_m *BaseClientAPI) GetAcrManifests(ctx context.Context, name string, last string, n *int32, orderby string) (acr.Manifests, error) + func (_m *BaseClientAPI) GetAcrRefreshTokenFromExchange(ctx context.Context, grantType string, service string, tenant string, ...) (acr.RefreshToken, error) + func (_m *BaseClientAPI) GetAcrRepositories(ctx context.Context, last string, n *int32) (acr.Repositories, error) + func (_m *BaseClientAPI) GetAcrRepositoryAttributes(ctx context.Context, name string) (acr.RepositoryAttributes, error) + func (_m *BaseClientAPI) GetAcrRepositoryMetadata(ctx context.Context, name string, metadata string) (acr.SetObject, error) + func (_m *BaseClientAPI) GetAcrTagAttributes(ctx context.Context, name string, reference string) (acr.TagAttributesType, error) + func (_m *BaseClientAPI) GetAcrTagMetadata(ctx context.Context, name string, reference string, metadata string) (acr.SetObject, error) + func (_m *BaseClientAPI) GetAcrTags(ctx context.Context, name string, last string, n *int32, orderby string, ...) (acr.RepositoryTagsType, error) + func (_m *BaseClientAPI) GetBlob(ctx context.Context, name string, digest string) (acr.String, error) + func (_m *BaseClientAPI) GetBlobUploadStatus(ctx context.Context, name string, UUID string) (autorest.Response, error) + func (_m *BaseClientAPI) GetDockerRegistryV2Support(ctx context.Context) (autorest.Response, error) + func (_m *BaseClientAPI) GetManifest(ctx context.Context, name string, reference string, accept string) (acr.Manifest, error) + func (_m *BaseClientAPI) GetRepositories(ctx context.Context, last string, n *int32) (acr.Repositories, error) + func (_m *BaseClientAPI) GetTagList(ctx context.Context, name string) (acr.RepositoryTags, error) + func (_m *BaseClientAPI) ListManifestMetadata(ctx context.Context, name string, reference string) (acr.ManifestMetadataList, error) + func (_m *BaseClientAPI) ListRepositoryMetadata(ctx context.Context, name string) (acr.RepositoryMetadata, error) + func (_m *BaseClientAPI) ListTagMetadata(ctx context.Context, name string, reference string) (acr.TagMetadataList, error) + func (_m *BaseClientAPI) StartBlobUpload(ctx context.Context, name string, digest string, from string, mount string) (autorest.Response, error) + func (_m *BaseClientAPI) UpdateAcrManifestAttributes(ctx context.Context, name string, reference string, ...) (autorest.Response, error) + func (_m *BaseClientAPI) UpdateAcrManifestMetadata(ctx context.Context, name string, reference string, metadata string, ...) (autorest.Response, error) + func (_m *BaseClientAPI) UpdateAcrRepositoryAttributes(ctx context.Context, name string, value *acr.ChangeableAttributes) (autorest.Response, error) + func (_m *BaseClientAPI) UpdateAcrRepositoryMetadata(ctx context.Context, name string, metadata string, value *interface{}) (autorest.Response, error) + func (_m *BaseClientAPI) UpdateAcrTagAttributes(ctx context.Context, name string, reference string, ...) (autorest.Response, error) + func (_m *BaseClientAPI) UpdateAcrTagMetadata(ctx context.Context, name string, reference string, metadata string, ...) (autorest.Response, error) + func (_m *BaseClientAPI) UploadBlobContent(ctx context.Context, name string, UUID string) (autorest.Response, error) + type ORASClientInterface struct + func NewORASClientInterface(t mockConstructorTestingTNewORASClientInterface) *ORASClientInterface + func (_m *ORASClientInterface) Annotate(ctx context.Context, reference string, artifactType string, ...) error + func (_m *ORASClientInterface) DiscoverLifecycleAnnotation(ctx context.Context, reference string, artifactType string) (bool, error)