Documentation ¶
Overview ¶
Package mock_containerregistry is a generated GoMock package.
Index ¶
- type MockRegistriesClient
- type MockRegistriesClientMockRecorder
- type MockTokensClient
- func (m *MockTokensClient) CreateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 containerregistry.Token) error
- func (m *MockTokensClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockTokensClient) EXPECT() *MockTokensClientMockRecorder
- func (m *MockTokensClient) GetTokenProperties(arg0 context.Context, arg1, arg2, arg3 string) (containerregistry.TokenProperties, error)
- type MockTokensClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRegistriesClient ¶
type MockRegistriesClient struct {
// contains filtered or unexported fields
}
MockRegistriesClient is a mock of RegistriesClient interface.
func NewMockRegistriesClient ¶
func NewMockRegistriesClient(ctrl *gomock.Controller) *MockRegistriesClient
NewMockRegistriesClient creates a new mock instance.
func (*MockRegistriesClient) EXPECT ¶
func (m *MockRegistriesClient) EXPECT() *MockRegistriesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRegistriesClient) GenerateCredentials ¶
func (m *MockRegistriesClient) GenerateCredentials(arg0 context.Context, arg1, arg2 string, arg3 containerregistry.GenerateCredentialsParameters) (containerregistry.GenerateCredentialsResult, error)
GenerateCredentials mocks base method.
type MockRegistriesClientMockRecorder ¶
type MockRegistriesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistriesClientMockRecorder is the mock recorder for MockRegistriesClient.
func (*MockRegistriesClientMockRecorder) GenerateCredentials ¶
func (mr *MockRegistriesClientMockRecorder) GenerateCredentials(arg0, arg1, arg2, arg3 any) *gomock.Call
GenerateCredentials indicates an expected call of GenerateCredentials.
type MockTokensClient ¶
type MockTokensClient struct {
// contains filtered or unexported fields
}
MockTokensClient is a mock of TokensClient interface.
func NewMockTokensClient ¶
func NewMockTokensClient(ctrl *gomock.Controller) *MockTokensClient
NewMockTokensClient creates a new mock instance.
func (*MockTokensClient) CreateAndWait ¶
func (m *MockTokensClient) CreateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 containerregistry.Token) error
CreateAndWait mocks base method.
func (*MockTokensClient) DeleteAndWait ¶
func (m *MockTokensClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteAndWait mocks base method.
func (*MockTokensClient) EXPECT ¶
func (m *MockTokensClient) EXPECT() *MockTokensClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTokensClient) GetTokenProperties ¶
func (m *MockTokensClient) GetTokenProperties(arg0 context.Context, arg1, arg2, arg3 string) (containerregistry.TokenProperties, error)
GetTokenProperties mocks base method.
type MockTokensClientMockRecorder ¶
type MockTokensClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTokensClientMockRecorder is the mock recorder for MockTokensClient.
func (*MockTokensClientMockRecorder) CreateAndWait ¶
func (mr *MockTokensClientMockRecorder) CreateAndWait(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
CreateAndWait indicates an expected call of CreateAndWait.
func (*MockTokensClientMockRecorder) DeleteAndWait ¶
func (mr *MockTokensClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 any) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait.
func (*MockTokensClientMockRecorder) GetTokenProperties ¶
func (mr *MockTokensClientMockRecorder) GetTokenProperties(arg0, arg1, arg2, arg3 any) *gomock.Call
GetTokenProperties indicates an expected call of GetTokenProperties.