Documentation ¶
Index ¶
- type ECRAPI
- func (_m *ECRAPI) BatchCheckLayerAvailability(_a0 *ecr.BatchCheckLayerAvailabilityInput) (*ecr.BatchCheckLayerAvailabilityOutput, error)
- func (_m *ECRAPI) BatchCheckLayerAvailabilityRequest(_a0 *ecr.BatchCheckLayerAvailabilityInput) (*request.Request, *ecr.BatchCheckLayerAvailabilityOutput)
- func (_m *ECRAPI) BatchDeleteImage(_a0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)
- func (_m *ECRAPI) BatchDeleteImageRequest(_a0 *ecr.BatchDeleteImageInput) (*request.Request, *ecr.BatchDeleteImageOutput)
- func (_m *ECRAPI) BatchGetImage(_a0 *ecr.BatchGetImageInput) (*ecr.BatchGetImageOutput, error)
- func (_m *ECRAPI) BatchGetImageRequest(_a0 *ecr.BatchGetImageInput) (*request.Request, *ecr.BatchGetImageOutput)
- func (_m *ECRAPI) CompleteLayerUpload(_a0 *ecr.CompleteLayerUploadInput) (*ecr.CompleteLayerUploadOutput, error)
- func (_m *ECRAPI) CompleteLayerUploadRequest(_a0 *ecr.CompleteLayerUploadInput) (*request.Request, *ecr.CompleteLayerUploadOutput)
- func (_m *ECRAPI) CreateRepository(_a0 *ecr.CreateRepositoryInput) (*ecr.CreateRepositoryOutput, error)
- func (_m *ECRAPI) CreateRepositoryRequest(_a0 *ecr.CreateRepositoryInput) (*request.Request, *ecr.CreateRepositoryOutput)
- func (_m *ECRAPI) DeleteRepository(_a0 *ecr.DeleteRepositoryInput) (*ecr.DeleteRepositoryOutput, error)
- func (_m *ECRAPI) DeleteRepositoryPolicy(_a0 *ecr.DeleteRepositoryPolicyInput) (*ecr.DeleteRepositoryPolicyOutput, error)
- func (_m *ECRAPI) DeleteRepositoryPolicyRequest(_a0 *ecr.DeleteRepositoryPolicyInput) (*request.Request, *ecr.DeleteRepositoryPolicyOutput)
- func (_m *ECRAPI) DeleteRepositoryRequest(_a0 *ecr.DeleteRepositoryInput) (*request.Request, *ecr.DeleteRepositoryOutput)
- func (_m *ECRAPI) DescribeRepositories(_a0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)
- func (_m *ECRAPI) DescribeRepositoriesRequest(_a0 *ecr.DescribeRepositoriesInput) (*request.Request, *ecr.DescribeRepositoriesOutput)
- func (_m *ECRAPI) GetAuthorizationToken(_a0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)
- func (_m *ECRAPI) GetAuthorizationTokenRequest(_a0 *ecr.GetAuthorizationTokenInput) (*request.Request, *ecr.GetAuthorizationTokenOutput)
- func (_m *ECRAPI) GetDownloadUrlForLayer(_a0 *ecr.GetDownloadUrlForLayerInput) (*ecr.GetDownloadUrlForLayerOutput, error)
- func (_m *ECRAPI) GetDownloadUrlForLayerRequest(_a0 *ecr.GetDownloadUrlForLayerInput) (*request.Request, *ecr.GetDownloadUrlForLayerOutput)
- func (_m *ECRAPI) GetRepositoryPolicy(_a0 *ecr.GetRepositoryPolicyInput) (*ecr.GetRepositoryPolicyOutput, error)
- func (_m *ECRAPI) GetRepositoryPolicyRequest(_a0 *ecr.GetRepositoryPolicyInput) (*request.Request, *ecr.GetRepositoryPolicyOutput)
- func (_m *ECRAPI) InitiateLayerUpload(_a0 *ecr.InitiateLayerUploadInput) (*ecr.InitiateLayerUploadOutput, error)
- func (_m *ECRAPI) InitiateLayerUploadRequest(_a0 *ecr.InitiateLayerUploadInput) (*request.Request, *ecr.InitiateLayerUploadOutput)
- func (_m *ECRAPI) ListImages(_a0 *ecr.ListImagesInput) (*ecr.ListImagesOutput, error)
- func (_m *ECRAPI) ListImagesRequest(_a0 *ecr.ListImagesInput) (*request.Request, *ecr.ListImagesOutput)
- func (_m *ECRAPI) PutImage(_a0 *ecr.PutImageInput) (*ecr.PutImageOutput, error)
- func (_m *ECRAPI) PutImageRequest(_a0 *ecr.PutImageInput) (*request.Request, *ecr.PutImageOutput)
- func (_m *ECRAPI) SetRepositoryPolicy(_a0 *ecr.SetRepositoryPolicyInput) (*ecr.SetRepositoryPolicyOutput, error)
- func (_m *ECRAPI) SetRepositoryPolicyRequest(_a0 *ecr.SetRepositoryPolicyInput) (*request.Request, *ecr.SetRepositoryPolicyOutput)
- func (_m *ECRAPI) UploadLayerPart(_a0 *ecr.UploadLayerPartInput) (*ecr.UploadLayerPartOutput, error)
- func (_m *ECRAPI) UploadLayerPartRequest(_a0 *ecr.UploadLayerPartInput) (*request.Request, *ecr.UploadLayerPartOutput)
- type RegistryCredentialOperations
- func (_m *RegistryCredentialOperations) ActionActivate(_a0 *client.RegistryCredential) (*client.Credential, error)
- func (_m *RegistryCredentialOperations) ActionCreate(_a0 *client.RegistryCredential) (*client.Credential, error)
- func (_m *RegistryCredentialOperations) ActionDeactivate(_a0 *client.RegistryCredential) (*client.Credential, error)
- func (_m *RegistryCredentialOperations) ActionPurge(_a0 *client.RegistryCredential) (*client.Credential, error)
- func (_m *RegistryCredentialOperations) ActionRemove(_a0 *client.RegistryCredential) (*client.Credential, error)
- func (_m *RegistryCredentialOperations) ActionUpdate(_a0 *client.RegistryCredential) (*client.Credential, error)
- func (_m *RegistryCredentialOperations) ById(id string) (*client.RegistryCredential, error)
- func (_m *RegistryCredentialOperations) Create(opts *client.RegistryCredential) (*client.RegistryCredential, error)
- func (_m *RegistryCredentialOperations) Delete(container *client.RegistryCredential) error
- func (_m *RegistryCredentialOperations) List(opts *client.ListOpts) (*client.RegistryCredentialCollection, error)
- func (_m *RegistryCredentialOperations) Update(existing *client.RegistryCredential, updates interface{}) (*client.RegistryCredential, error)
- type RegistryOperations
- func (_m *RegistryOperations) ActionActivate(_a0 *client.Registry) (*client.StoragePool, error)
- func (_m *RegistryOperations) ActionCreate(_a0 *client.Registry) (*client.StoragePool, error)
- func (_m *RegistryOperations) ActionDeactivate(_a0 *client.Registry) (*client.StoragePool, error)
- func (_m *RegistryOperations) ActionPurge(_a0 *client.Registry) (*client.StoragePool, error)
- func (_m *RegistryOperations) ActionRemove(_a0 *client.Registry) (*client.StoragePool, error)
- func (_m *RegistryOperations) ActionRestore(_a0 *client.Registry) (*client.StoragePool, error)
- func (_m *RegistryOperations) ActionUpdate(_a0 *client.Registry) (*client.StoragePool, error)
- func (_m *RegistryOperations) ById(id string) (*client.Registry, error)
- func (_m *RegistryOperations) Create(opts *client.Registry) (*client.Registry, error)
- func (_m *RegistryOperations) Delete(container *client.Registry) error
- func (_m *RegistryOperations) List(opts *client.ListOpts) (*client.RegistryCollection, error)
- func (_m *RegistryOperations) Update(existing *client.Registry, updates interface{}) (*client.Registry, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ECRAPI ¶
ECRAPI is an autogenerated mock type for the ECRAPI type
func (*ECRAPI) BatchCheckLayerAvailability ¶
func (_m *ECRAPI) BatchCheckLayerAvailability(_a0 *ecr.BatchCheckLayerAvailabilityInput) (*ecr.BatchCheckLayerAvailabilityOutput, error)
BatchCheckLayerAvailability provides a mock function with given fields: _a0
func (*ECRAPI) BatchCheckLayerAvailabilityRequest ¶
func (_m *ECRAPI) BatchCheckLayerAvailabilityRequest(_a0 *ecr.BatchCheckLayerAvailabilityInput) (*request.Request, *ecr.BatchCheckLayerAvailabilityOutput)
BatchCheckLayerAvailabilityRequest provides a mock function with given fields: _a0
func (*ECRAPI) BatchDeleteImage ¶
func (_m *ECRAPI) BatchDeleteImage(_a0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)
BatchDeleteImage provides a mock function with given fields: _a0
func (*ECRAPI) BatchDeleteImageRequest ¶
func (_m *ECRAPI) BatchDeleteImageRequest(_a0 *ecr.BatchDeleteImageInput) (*request.Request, *ecr.BatchDeleteImageOutput)
BatchDeleteImageRequest provides a mock function with given fields: _a0
func (*ECRAPI) BatchGetImage ¶
func (_m *ECRAPI) BatchGetImage(_a0 *ecr.BatchGetImageInput) (*ecr.BatchGetImageOutput, error)
BatchGetImage provides a mock function with given fields: _a0
func (*ECRAPI) BatchGetImageRequest ¶
func (_m *ECRAPI) BatchGetImageRequest(_a0 *ecr.BatchGetImageInput) (*request.Request, *ecr.BatchGetImageOutput)
BatchGetImageRequest provides a mock function with given fields: _a0
func (*ECRAPI) CompleteLayerUpload ¶
func (_m *ECRAPI) CompleteLayerUpload(_a0 *ecr.CompleteLayerUploadInput) (*ecr.CompleteLayerUploadOutput, error)
CompleteLayerUpload provides a mock function with given fields: _a0
func (*ECRAPI) CompleteLayerUploadRequest ¶
func (_m *ECRAPI) CompleteLayerUploadRequest(_a0 *ecr.CompleteLayerUploadInput) (*request.Request, *ecr.CompleteLayerUploadOutput)
CompleteLayerUploadRequest provides a mock function with given fields: _a0
func (*ECRAPI) CreateRepository ¶
func (_m *ECRAPI) CreateRepository(_a0 *ecr.CreateRepositoryInput) (*ecr.CreateRepositoryOutput, error)
CreateRepository provides a mock function with given fields: _a0
func (*ECRAPI) CreateRepositoryRequest ¶
func (_m *ECRAPI) CreateRepositoryRequest(_a0 *ecr.CreateRepositoryInput) (*request.Request, *ecr.CreateRepositoryOutput)
CreateRepositoryRequest provides a mock function with given fields: _a0
func (*ECRAPI) DeleteRepository ¶
func (_m *ECRAPI) DeleteRepository(_a0 *ecr.DeleteRepositoryInput) (*ecr.DeleteRepositoryOutput, error)
DeleteRepository provides a mock function with given fields: _a0
func (*ECRAPI) DeleteRepositoryPolicy ¶
func (_m *ECRAPI) DeleteRepositoryPolicy(_a0 *ecr.DeleteRepositoryPolicyInput) (*ecr.DeleteRepositoryPolicyOutput, error)
DeleteRepositoryPolicy provides a mock function with given fields: _a0
func (*ECRAPI) DeleteRepositoryPolicyRequest ¶
func (_m *ECRAPI) DeleteRepositoryPolicyRequest(_a0 *ecr.DeleteRepositoryPolicyInput) (*request.Request, *ecr.DeleteRepositoryPolicyOutput)
DeleteRepositoryPolicyRequest provides a mock function with given fields: _a0
func (*ECRAPI) DeleteRepositoryRequest ¶
func (_m *ECRAPI) DeleteRepositoryRequest(_a0 *ecr.DeleteRepositoryInput) (*request.Request, *ecr.DeleteRepositoryOutput)
DeleteRepositoryRequest provides a mock function with given fields: _a0
func (*ECRAPI) DescribeRepositories ¶
func (_m *ECRAPI) DescribeRepositories(_a0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)
DescribeRepositories provides a mock function with given fields: _a0
func (*ECRAPI) DescribeRepositoriesRequest ¶
func (_m *ECRAPI) DescribeRepositoriesRequest(_a0 *ecr.DescribeRepositoriesInput) (*request.Request, *ecr.DescribeRepositoriesOutput)
DescribeRepositoriesRequest provides a mock function with given fields: _a0
func (*ECRAPI) GetAuthorizationToken ¶
func (_m *ECRAPI) GetAuthorizationToken(_a0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)
GetAuthorizationToken provides a mock function with given fields: _a0
func (*ECRAPI) GetAuthorizationTokenRequest ¶
func (_m *ECRAPI) GetAuthorizationTokenRequest(_a0 *ecr.GetAuthorizationTokenInput) (*request.Request, *ecr.GetAuthorizationTokenOutput)
GetAuthorizationTokenRequest provides a mock function with given fields: _a0
func (*ECRAPI) GetDownloadUrlForLayer ¶
func (_m *ECRAPI) GetDownloadUrlForLayer(_a0 *ecr.GetDownloadUrlForLayerInput) (*ecr.GetDownloadUrlForLayerOutput, error)
GetDownloadUrlForLayer provides a mock function with given fields: _a0
func (*ECRAPI) GetDownloadUrlForLayerRequest ¶
func (_m *ECRAPI) GetDownloadUrlForLayerRequest(_a0 *ecr.GetDownloadUrlForLayerInput) (*request.Request, *ecr.GetDownloadUrlForLayerOutput)
GetDownloadUrlForLayerRequest provides a mock function with given fields: _a0
func (*ECRAPI) GetRepositoryPolicy ¶
func (_m *ECRAPI) GetRepositoryPolicy(_a0 *ecr.GetRepositoryPolicyInput) (*ecr.GetRepositoryPolicyOutput, error)
GetRepositoryPolicy provides a mock function with given fields: _a0
func (*ECRAPI) GetRepositoryPolicyRequest ¶
func (_m *ECRAPI) GetRepositoryPolicyRequest(_a0 *ecr.GetRepositoryPolicyInput) (*request.Request, *ecr.GetRepositoryPolicyOutput)
GetRepositoryPolicyRequest provides a mock function with given fields: _a0
func (*ECRAPI) InitiateLayerUpload ¶
func (_m *ECRAPI) InitiateLayerUpload(_a0 *ecr.InitiateLayerUploadInput) (*ecr.InitiateLayerUploadOutput, error)
InitiateLayerUpload provides a mock function with given fields: _a0
func (*ECRAPI) InitiateLayerUploadRequest ¶
func (_m *ECRAPI) InitiateLayerUploadRequest(_a0 *ecr.InitiateLayerUploadInput) (*request.Request, *ecr.InitiateLayerUploadOutput)
InitiateLayerUploadRequest provides a mock function with given fields: _a0
func (*ECRAPI) ListImages ¶
func (_m *ECRAPI) ListImages(_a0 *ecr.ListImagesInput) (*ecr.ListImagesOutput, error)
ListImages provides a mock function with given fields: _a0
func (*ECRAPI) ListImagesRequest ¶
func (_m *ECRAPI) ListImagesRequest(_a0 *ecr.ListImagesInput) (*request.Request, *ecr.ListImagesOutput)
ListImagesRequest provides a mock function with given fields: _a0
func (*ECRAPI) PutImage ¶
func (_m *ECRAPI) PutImage(_a0 *ecr.PutImageInput) (*ecr.PutImageOutput, error)
PutImage provides a mock function with given fields: _a0
func (*ECRAPI) PutImageRequest ¶
func (_m *ECRAPI) PutImageRequest(_a0 *ecr.PutImageInput) (*request.Request, *ecr.PutImageOutput)
PutImageRequest provides a mock function with given fields: _a0
func (*ECRAPI) SetRepositoryPolicy ¶
func (_m *ECRAPI) SetRepositoryPolicy(_a0 *ecr.SetRepositoryPolicyInput) (*ecr.SetRepositoryPolicyOutput, error)
SetRepositoryPolicy provides a mock function with given fields: _a0
func (*ECRAPI) SetRepositoryPolicyRequest ¶
func (_m *ECRAPI) SetRepositoryPolicyRequest(_a0 *ecr.SetRepositoryPolicyInput) (*request.Request, *ecr.SetRepositoryPolicyOutput)
SetRepositoryPolicyRequest provides a mock function with given fields: _a0
func (*ECRAPI) UploadLayerPart ¶
func (_m *ECRAPI) UploadLayerPart(_a0 *ecr.UploadLayerPartInput) (*ecr.UploadLayerPartOutput, error)
UploadLayerPart provides a mock function with given fields: _a0
func (*ECRAPI) UploadLayerPartRequest ¶
func (_m *ECRAPI) UploadLayerPartRequest(_a0 *ecr.UploadLayerPartInput) (*request.Request, *ecr.UploadLayerPartOutput)
UploadLayerPartRequest provides a mock function with given fields: _a0
type RegistryCredentialOperations ¶
RegistryCredentialOperations is an autogenerated mock type for the RegistryCredentialOperations type
func (*RegistryCredentialOperations) ActionActivate ¶
func (_m *RegistryCredentialOperations) ActionActivate(_a0 *client.RegistryCredential) (*client.Credential, error)
ActionActivate provides a mock function with given fields: _a0
func (*RegistryCredentialOperations) ActionCreate ¶
func (_m *RegistryCredentialOperations) ActionCreate(_a0 *client.RegistryCredential) (*client.Credential, error)
ActionCreate provides a mock function with given fields: _a0
func (*RegistryCredentialOperations) ActionDeactivate ¶
func (_m *RegistryCredentialOperations) ActionDeactivate(_a0 *client.RegistryCredential) (*client.Credential, error)
ActionDeactivate provides a mock function with given fields: _a0
func (*RegistryCredentialOperations) ActionPurge ¶
func (_m *RegistryCredentialOperations) ActionPurge(_a0 *client.RegistryCredential) (*client.Credential, error)
ActionPurge provides a mock function with given fields: _a0
func (*RegistryCredentialOperations) ActionRemove ¶
func (_m *RegistryCredentialOperations) ActionRemove(_a0 *client.RegistryCredential) (*client.Credential, error)
ActionRemove provides a mock function with given fields: _a0
func (*RegistryCredentialOperations) ActionUpdate ¶
func (_m *RegistryCredentialOperations) ActionUpdate(_a0 *client.RegistryCredential) (*client.Credential, error)
ActionUpdate provides a mock function with given fields: _a0
func (*RegistryCredentialOperations) ById ¶
func (_m *RegistryCredentialOperations) ById(id string) (*client.RegistryCredential, error)
ById provides a mock function with given fields: id
func (*RegistryCredentialOperations) Create ¶
func (_m *RegistryCredentialOperations) Create(opts *client.RegistryCredential) (*client.RegistryCredential, error)
Create provides a mock function with given fields: opts
func (*RegistryCredentialOperations) Delete ¶
func (_m *RegistryCredentialOperations) Delete(container *client.RegistryCredential) error
Delete provides a mock function with given fields: container
func (*RegistryCredentialOperations) List ¶
func (_m *RegistryCredentialOperations) List(opts *client.ListOpts) (*client.RegistryCredentialCollection, error)
List provides a mock function with given fields: opts
func (*RegistryCredentialOperations) Update ¶
func (_m *RegistryCredentialOperations) Update(existing *client.RegistryCredential, updates interface{}) (*client.RegistryCredential, error)
Update provides a mock function with given fields: existing, updates
type RegistryOperations ¶
RegistryOperations is an autogenerated mock type for the RegistryOperations type
func (*RegistryOperations) ActionActivate ¶
func (_m *RegistryOperations) ActionActivate(_a0 *client.Registry) (*client.StoragePool, error)
ActionActivate provides a mock function with given fields: _a0
func (*RegistryOperations) ActionCreate ¶
func (_m *RegistryOperations) ActionCreate(_a0 *client.Registry) (*client.StoragePool, error)
ActionCreate provides a mock function with given fields: _a0
func (*RegistryOperations) ActionDeactivate ¶
func (_m *RegistryOperations) ActionDeactivate(_a0 *client.Registry) (*client.StoragePool, error)
ActionDeactivate provides a mock function with given fields: _a0
func (*RegistryOperations) ActionPurge ¶
func (_m *RegistryOperations) ActionPurge(_a0 *client.Registry) (*client.StoragePool, error)
ActionPurge provides a mock function with given fields: _a0
func (*RegistryOperations) ActionRemove ¶
func (_m *RegistryOperations) ActionRemove(_a0 *client.Registry) (*client.StoragePool, error)
ActionRemove provides a mock function with given fields: _a0
func (*RegistryOperations) ActionRestore ¶
func (_m *RegistryOperations) ActionRestore(_a0 *client.Registry) (*client.StoragePool, error)
ActionRestore provides a mock function with given fields: _a0
func (*RegistryOperations) ActionUpdate ¶
func (_m *RegistryOperations) ActionUpdate(_a0 *client.Registry) (*client.StoragePool, error)
ActionUpdate provides a mock function with given fields: _a0
func (*RegistryOperations) ById ¶
func (_m *RegistryOperations) ById(id string) (*client.Registry, error)
ById provides a mock function with given fields: id
func (*RegistryOperations) Delete ¶
func (_m *RegistryOperations) Delete(container *client.Registry) error
Delete provides a mock function with given fields: container
func (*RegistryOperations) List ¶
func (_m *RegistryOperations) List(opts *client.ListOpts) (*client.RegistryCollection, error)
List provides a mock function with given fields: opts