Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessTokensClientAPI ¶
type AccessTokensClientAPI interface { Get(ctx context.Context, service string, scope string, refreshToken string) (result containerregistry.AccessToken, err error) GetFromLogin(ctx context.Context, service string, scope string) (result containerregistry.AccessToken, err error) }
AccessTokensClientAPI contains the set of methods on the AccessTokensClient type.
type BlobClientAPI ¶
type BlobClientAPI interface { CancelUpload(ctx context.Context, location string) (result autorest.Response, err error) Check(ctx context.Context, name string, digest string) (result autorest.Response, err error) CheckChunk(ctx context.Context, name string, digest string, rangeParameter string) (result autorest.Response, err error) Delete(ctx context.Context, name string, digest string) (result containerregistry.ReadCloser, err error) EndUpload(ctx context.Context, digest string, location string, value io.ReadCloser) (result autorest.Response, err error) Get(ctx context.Context, name string, digest string) (result containerregistry.ReadCloser, err error) GetChunk(ctx context.Context, name string, digest string, rangeParameter string) (result containerregistry.ReadCloser, err error) GetStatus(ctx context.Context, location string) (result autorest.Response, err error) Mount(ctx context.Context, name string, from string, mount string) (result autorest.Response, err error) StartUpload(ctx context.Context, name string) (result autorest.Response, err error) Upload(ctx context.Context, value io.ReadCloser, location string) (result autorest.Response, err error) }
BlobClientAPI contains the set of methods on the BlobClient type.
type ManifestsClientAPI ¶
type ManifestsClientAPI interface { Create(ctx context.Context, name string, reference string, payload containerregistry.Manifest) (result containerregistry.SetObject, err error) Delete(ctx context.Context, name string, reference string) (result autorest.Response, err error) Get(ctx context.Context, name string, reference string, accept string) (result containerregistry.ManifestWrapper, err error) GetAttributes(ctx context.Context, name string, reference string) (result containerregistry.ManifestAttributes, err error) GetList(ctx context.Context, name string, last string, n *int32, orderby string) (result containerregistry.AcrManifests, err error) UpdateAttributes(ctx context.Context, name string, reference string, value *containerregistry.ChangeableAttributes) (result autorest.Response, err error) }
ManifestsClientAPI contains the set of methods on the ManifestsClient type.
type RefreshTokensClientAPI ¶
type RefreshTokensClientAPI interface {
GetFromExchange(ctx context.Context, grantType string, service string, tenant string, refreshToken string, accessToken string) (result containerregistry.RefreshToken, err error)
}
RefreshTokensClientAPI contains the set of methods on the RefreshTokensClient type.
type RepositoryClientAPI ¶
type RepositoryClientAPI interface { Delete(ctx context.Context, name string) (result containerregistry.DeletedRepository, err error) GetAttributes(ctx context.Context, name string) (result containerregistry.RepositoryAttributes, err error) GetList(ctx context.Context, last string, n *int32) (result containerregistry.Repositories, err error) UpdateAttributes(ctx context.Context, name string, value *containerregistry.ChangeableAttributes) (result autorest.Response, err error) }
RepositoryClientAPI contains the set of methods on the RepositoryClient type.
type TagClientAPI ¶
type TagClientAPI interface { Delete(ctx context.Context, name string, reference string) (result autorest.Response, err error) GetAttributes(ctx context.Context, name string, reference string) (result containerregistry.TagAttributes, err error) GetList(ctx context.Context, name string, last string, n *int32, orderby string, digest string) (result containerregistry.TagList, err error) UpdateAttributes(ctx context.Context, name string, reference string, value *containerregistry.ChangeableAttributes) (result autorest.Response, err error) }
TagClientAPI contains the set of methods on the TagClient type.
Click to show internal directories.
Click to hide internal directories.