Versions in this module Expand all Collapse all v0 v0.2.1 Jun 11, 2019 v0.2.0 Jun 7, 2019 Changes in this version + type MockRouteTablesClientAPI struct + func NewMockRouteTablesClientAPI(ctrl *gomock.Controller) *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 struct + 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