Documentation ¶
Overview ¶
Package mock_routetables is a generated GoMock package.
Index ¶
- type MockRouteTablesClientAPI
- func (m *MockRouteTablesClientAPI) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 network.RouteTable) (network.RouteTablesCreateOrUpdateFuture, error)
- func (m *MockRouteTablesClientAPI) Delete(arg0 context.Context, arg1, arg2 string) (network.RouteTablesDeleteFuture, error)
- func (m *MockRouteTablesClientAPI) EXPECT() *MockRouteTablesClientAPIMockRecorder
- func (m *MockRouteTablesClientAPI) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.RouteTable, error)
- func (m *MockRouteTablesClientAPI) List(arg0 context.Context, arg1 string) (network.RouteTableListResultPage, error)
- func (m *MockRouteTablesClientAPI) ListAll(arg0 context.Context) (network.RouteTableListResultPage, error)
- func (m *MockRouteTablesClientAPI) UpdateTags(arg0 context.Context, arg1, arg2 string, arg3 network.TagsObject) (network.RouteTablesUpdateTagsFuture, error)
- type MockRouteTablesClientAPIMockRecorder
- func (mr *MockRouteTablesClientAPIMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRouteTablesClientAPIMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRouteTablesClientAPIMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRouteTablesClientAPIMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRouteTablesClientAPIMockRecorder) ListAll(arg0 interface{}) *gomock.Call
- func (mr *MockRouteTablesClientAPIMockRecorder) UpdateTags(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRouteTablesClientAPI ¶
type MockRouteTablesClientAPI struct {
// contains filtered or unexported fields
}
MockRouteTablesClientAPI is a mock of RouteTablesClientAPI interface
func NewMockRouteTablesClientAPI ¶
func NewMockRouteTablesClientAPI(ctrl *gomock.Controller) *MockRouteTablesClientAPI
NewMockRouteTablesClientAPI creates a new mock instance
func (*MockRouteTablesClientAPI) CreateOrUpdate ¶
func (m *MockRouteTablesClientAPI) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 network.RouteTable) (network.RouteTablesCreateOrUpdateFuture, error)
CreateOrUpdate mocks base method
func (*MockRouteTablesClientAPI) Delete ¶
func (m *MockRouteTablesClientAPI) Delete(arg0 context.Context, arg1, arg2 string) (network.RouteTablesDeleteFuture, error)
Delete mocks base method
func (*MockRouteTablesClientAPI) EXPECT ¶
func (m *MockRouteTablesClientAPI) EXPECT() *MockRouteTablesClientAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRouteTablesClientAPI) Get ¶
func (m *MockRouteTablesClientAPI) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.RouteTable, error)
Get mocks base method
func (*MockRouteTablesClientAPI) List ¶
func (m *MockRouteTablesClientAPI) List(arg0 context.Context, arg1 string) (network.RouteTableListResultPage, error)
List mocks base method
func (*MockRouteTablesClientAPI) ListAll ¶
func (m *MockRouteTablesClientAPI) ListAll(arg0 context.Context) (network.RouteTableListResultPage, error)
ListAll mocks base method
func (*MockRouteTablesClientAPI) UpdateTags ¶
func (m *MockRouteTablesClientAPI) UpdateTags(arg0 context.Context, arg1, arg2 string, arg3 network.TagsObject) (network.RouteTablesUpdateTagsFuture, error)
UpdateTags mocks base method
type MockRouteTablesClientAPIMockRecorder ¶
type MockRouteTablesClientAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRouteTablesClientAPIMockRecorder is the mock recorder for MockRouteTablesClientAPI
func (*MockRouteTablesClientAPIMockRecorder) CreateOrUpdate ¶
func (mr *MockRouteTablesClientAPIMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate
func (*MockRouteTablesClientAPIMockRecorder) Delete ¶
func (mr *MockRouteTablesClientAPIMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockRouteTablesClientAPIMockRecorder) Get ¶
func (mr *MockRouteTablesClientAPIMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockRouteTablesClientAPIMockRecorder) List ¶
func (mr *MockRouteTablesClientAPIMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockRouteTablesClientAPIMockRecorder) ListAll ¶
func (mr *MockRouteTablesClientAPIMockRecorder) ListAll(arg0 interface{}) *gomock.Call
ListAll indicates an expected call of ListAll
func (*MockRouteTablesClientAPIMockRecorder) UpdateTags ¶
func (mr *MockRouteTablesClientAPIMockRecorder) UpdateTags(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateTags indicates an expected call of UpdateTags