Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) CreateAPIKey(arg0 *iamidentityv1.CreateAPIKeyOptions) (*iamidentityv1.APIKey, *core.DetailedResponse, error)
- func (m *MockClient) CreatePolicy(arg0 *iampolicymanagementv1.CreatePolicyOptions) (*iampolicymanagementv1.Policy, *core.DetailedResponse, error)
- func (m *MockClient) CreateServiceID(arg0 *iamidentityv1.CreateServiceIDOptions) (*iamidentityv1.ServiceID, *core.DetailedResponse, error)
- func (m *MockClient) DeleteAPIKey(arg0 *iamidentityv1.DeleteAPIKeyOptions) (*core.DetailedResponse, error)
- func (m *MockClient) DeleteServiceID(arg0 *iamidentityv1.DeleteServiceIDOptions) (*core.DetailedResponse, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetAPIKeysDetails(arg0 *iamidentityv1.GetAPIKeysDetailsOptions) (*iamidentityv1.APIKey, *core.DetailedResponse, error)
- func (m *MockClient) ListAPIKeys(arg0 *iamidentityv1.ListAPIKeysOptions) (*iamidentityv1.APIKeyList, *core.DetailedResponse, error)
- func (m *MockClient) ListResourceGroups(arg0 *resourcemanagerv2.ListResourceGroupsOptions) (*resourcemanagerv2.ResourceGroupList, *core.DetailedResponse, error)
- func (m *MockClient) ListServiceID(arg0 *iamidentityv1.ListServiceIdsOptions) (*iamidentityv1.ServiceIDList, *core.DetailedResponse, error)
- func (m *MockClient) NewGetAPIKeysDetailsOptions() *iamidentityv1.GetAPIKeysDetailsOptions
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) CreateAPIKey(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreatePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateServiceID(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAPIKey(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteServiceID(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetAPIKeysDetails(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListAPIKeys(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListResourceGroups(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListServiceID(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) NewGetAPIKeysDetailsOptions() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) CreateAPIKey ¶
func (m *MockClient) CreateAPIKey(arg0 *iamidentityv1.CreateAPIKeyOptions) (*iamidentityv1.APIKey, *core.DetailedResponse, error)
CreateAPIKey mocks base method.
func (*MockClient) CreatePolicy ¶
func (m *MockClient) CreatePolicy(arg0 *iampolicymanagementv1.CreatePolicyOptions) (*iampolicymanagementv1.Policy, *core.DetailedResponse, error)
CreatePolicy mocks base method.
func (*MockClient) CreateServiceID ¶
func (m *MockClient) CreateServiceID(arg0 *iamidentityv1.CreateServiceIDOptions) (*iamidentityv1.ServiceID, *core.DetailedResponse, error)
CreateServiceID mocks base method.
func (*MockClient) DeleteAPIKey ¶
func (m *MockClient) DeleteAPIKey(arg0 *iamidentityv1.DeleteAPIKeyOptions) (*core.DetailedResponse, error)
DeleteAPIKey mocks base method.
func (*MockClient) DeleteServiceID ¶
func (m *MockClient) DeleteServiceID(arg0 *iamidentityv1.DeleteServiceIDOptions) (*core.DetailedResponse, error)
DeleteServiceID mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) GetAPIKeysDetails ¶
func (m *MockClient) GetAPIKeysDetails(arg0 *iamidentityv1.GetAPIKeysDetailsOptions) (*iamidentityv1.APIKey, *core.DetailedResponse, error)
GetAPIKeysDetails mocks base method.
func (*MockClient) ListAPIKeys ¶
func (m *MockClient) ListAPIKeys(arg0 *iamidentityv1.ListAPIKeysOptions) (*iamidentityv1.APIKeyList, *core.DetailedResponse, error)
ListAPIKeys mocks base method.
func (*MockClient) ListResourceGroups ¶
func (m *MockClient) ListResourceGroups(arg0 *resourcemanagerv2.ListResourceGroupsOptions) (*resourcemanagerv2.ResourceGroupList, *core.DetailedResponse, error)
ListResourceGroups mocks base method.
func (*MockClient) ListServiceID ¶
func (m *MockClient) ListServiceID(arg0 *iamidentityv1.ListServiceIdsOptions) (*iamidentityv1.ServiceIDList, *core.DetailedResponse, error)
ListServiceID mocks base method.
func (*MockClient) NewGetAPIKeysDetailsOptions ¶
func (m *MockClient) NewGetAPIKeysDetailsOptions() *iamidentityv1.GetAPIKeysDetailsOptions
NewGetAPIKeysDetailsOptions mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) CreateAPIKey ¶
func (mr *MockClientMockRecorder) CreateAPIKey(arg0 interface{}) *gomock.Call
CreateAPIKey indicates an expected call of CreateAPIKey.
func (*MockClientMockRecorder) CreatePolicy ¶
func (mr *MockClientMockRecorder) CreatePolicy(arg0 interface{}) *gomock.Call
CreatePolicy indicates an expected call of CreatePolicy.
func (*MockClientMockRecorder) CreateServiceID ¶
func (mr *MockClientMockRecorder) CreateServiceID(arg0 interface{}) *gomock.Call
CreateServiceID indicates an expected call of CreateServiceID.
func (*MockClientMockRecorder) DeleteAPIKey ¶
func (mr *MockClientMockRecorder) DeleteAPIKey(arg0 interface{}) *gomock.Call
DeleteAPIKey indicates an expected call of DeleteAPIKey.
func (*MockClientMockRecorder) DeleteServiceID ¶
func (mr *MockClientMockRecorder) DeleteServiceID(arg0 interface{}) *gomock.Call
DeleteServiceID indicates an expected call of DeleteServiceID.
func (*MockClientMockRecorder) GetAPIKeysDetails ¶
func (mr *MockClientMockRecorder) GetAPIKeysDetails(arg0 interface{}) *gomock.Call
GetAPIKeysDetails indicates an expected call of GetAPIKeysDetails.
func (*MockClientMockRecorder) ListAPIKeys ¶
func (mr *MockClientMockRecorder) ListAPIKeys(arg0 interface{}) *gomock.Call
ListAPIKeys indicates an expected call of ListAPIKeys.
func (*MockClientMockRecorder) ListResourceGroups ¶
func (mr *MockClientMockRecorder) ListResourceGroups(arg0 interface{}) *gomock.Call
ListResourceGroups indicates an expected call of ListResourceGroups.
func (*MockClientMockRecorder) ListServiceID ¶
func (mr *MockClientMockRecorder) ListServiceID(arg0 interface{}) *gomock.Call
ListServiceID indicates an expected call of ListServiceID.
func (*MockClientMockRecorder) NewGetAPIKeysDetailsOptions ¶
func (mr *MockClientMockRecorder) NewGetAPIKeysDetailsOptions() *gomock.Call
NewGetAPIKeysDetailsOptions indicates an expected call of NewGetAPIKeysDetailsOptions.