Documentation ¶
Overview ¶
Package mock_subnets is a generated GoMock package.
Index ¶
- type MockSubnetsClientAPI
- func (m *MockSubnetsClientAPI) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.Subnet) (network.SubnetsCreateOrUpdateFuture, error)
- func (m *MockSubnetsClientAPI) Delete(arg0 context.Context, arg1, arg2, arg3 string) (network.SubnetsDeleteFuture, error)
- func (m *MockSubnetsClientAPI) EXPECT() *MockSubnetsClientAPIMockRecorder
- func (m *MockSubnetsClientAPI) Get(arg0 context.Context, arg1, arg2, arg3, arg4 string) (network.Subnet, error)
- func (m *MockSubnetsClientAPI) List(arg0 context.Context, arg1, arg2 string) (network.SubnetListResultPage, error)
- func (m *MockSubnetsClientAPI) PrepareNetworkPolicies(arg0 context.Context, arg1, arg2, arg3 string, ...) (network.SubnetsPrepareNetworkPoliciesFuture, error)
- type MockSubnetsClientAPIMockRecorder
- func (mr *MockSubnetsClientAPIMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockSubnetsClientAPIMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockSubnetsClientAPIMockRecorder) Get(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockSubnetsClientAPIMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSubnetsClientAPIMockRecorder) PrepareNetworkPolicies(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSubnetsClientAPI ¶
type MockSubnetsClientAPI struct {
// contains filtered or unexported fields
}
MockSubnetsClientAPI is a mock of SubnetsClientAPI interface
func NewMockSubnetsClientAPI ¶
func NewMockSubnetsClientAPI(ctrl *gomock.Controller) *MockSubnetsClientAPI
NewMockSubnetsClientAPI creates a new mock instance
func (*MockSubnetsClientAPI) CreateOrUpdate ¶
func (m *MockSubnetsClientAPI) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.Subnet) (network.SubnetsCreateOrUpdateFuture, error)
CreateOrUpdate mocks base method
func (*MockSubnetsClientAPI) Delete ¶
func (m *MockSubnetsClientAPI) Delete(arg0 context.Context, arg1, arg2, arg3 string) (network.SubnetsDeleteFuture, error)
Delete mocks base method
func (*MockSubnetsClientAPI) EXPECT ¶
func (m *MockSubnetsClientAPI) EXPECT() *MockSubnetsClientAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSubnetsClientAPI) Get ¶
func (m *MockSubnetsClientAPI) Get(arg0 context.Context, arg1, arg2, arg3, arg4 string) (network.Subnet, error)
Get mocks base method
func (*MockSubnetsClientAPI) List ¶
func (m *MockSubnetsClientAPI) List(arg0 context.Context, arg1, arg2 string) (network.SubnetListResultPage, error)
List mocks base method
func (*MockSubnetsClientAPI) PrepareNetworkPolicies ¶
func (m *MockSubnetsClientAPI) PrepareNetworkPolicies(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.PrepareNetworkPoliciesRequest) (network.SubnetsPrepareNetworkPoliciesFuture, error)
PrepareNetworkPolicies mocks base method
type MockSubnetsClientAPIMockRecorder ¶
type MockSubnetsClientAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSubnetsClientAPIMockRecorder is the mock recorder for MockSubnetsClientAPI
func (*MockSubnetsClientAPIMockRecorder) CreateOrUpdate ¶
func (mr *MockSubnetsClientAPIMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate
func (*MockSubnetsClientAPIMockRecorder) Delete ¶
func (mr *MockSubnetsClientAPIMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockSubnetsClientAPIMockRecorder) Get ¶
func (mr *MockSubnetsClientAPIMockRecorder) Get(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockSubnetsClientAPIMockRecorder) List ¶
func (mr *MockSubnetsClientAPIMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockSubnetsClientAPIMockRecorder) PrepareNetworkPolicies ¶
func (mr *MockSubnetsClientAPIMockRecorder) PrepareNetworkPolicies(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
PrepareNetworkPolicies indicates an expected call of PrepareNetworkPolicies