Documentation ¶
Overview ¶
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
Index ¶
- Variables
- type MockComputeClient
- func (m *MockComputeClient) AttachVolume(arg0 context.Context, arg1 core.AttachVolumeRequest) (core.AttachVolumeResponse, error)
- func (m *MockComputeClient) DetachVolume(arg0 context.Context, arg1 core.DetachVolumeRequest) (core.DetachVolumeResponse, error)
- func (m *MockComputeClient) EXPECT() *MockComputeClientMockRecorder
- func (m *MockComputeClient) GetInstance(arg0 context.Context, arg1 core.GetInstanceRequest) (core.GetInstanceResponse, error)
- func (m *MockComputeClient) GetVolumeAttachment(arg0 context.Context, arg1 core.GetVolumeAttachmentRequest) (core.GetVolumeAttachmentResponse, error)
- func (m *MockComputeClient) LaunchInstance(arg0 context.Context, arg1 core.LaunchInstanceRequest) (core.LaunchInstanceResponse, error)
- func (m *MockComputeClient) ListImages(arg0 context.Context, arg1 *string) ([]core.Image, error)
- func (m *MockComputeClient) ListInstances(arg0 context.Context, arg1 *string) ([]core.Instance, error)
- func (m *MockComputeClient) ListShapes(arg0 context.Context, arg1, arg2 *string) ([]core.Shape, error)
- func (m *MockComputeClient) ListVnicAttachments(arg0 context.Context, arg1, arg2 *string) ([]core.VnicAttachment, error)
- func (m *MockComputeClient) ListVolumeAttachments(arg0 context.Context, arg1, arg2 *string) ([]core.VolumeAttachment, error)
- func (m *MockComputeClient) TerminateInstance(arg0 context.Context, arg1 core.TerminateInstanceRequest) (core.TerminateInstanceResponse, error)
- type MockComputeClientMockRecorder
- func (mr *MockComputeClientMockRecorder) AttachVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) DetachVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) GetInstance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) GetVolumeAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) LaunchInstance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListImages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListInstances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListShapes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListVnicAttachments(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListVolumeAttachments(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) TerminateInstance(arg0, arg1 interface{}) *gomock.Call
- type MockFirewallClient
- func (m *MockFirewallClient) CreateSecurityList(arg0 context.Context, arg1 core.CreateSecurityListRequest) (core.CreateSecurityListResponse, error)
- func (m *MockFirewallClient) DeleteSecurityList(arg0 context.Context, arg1 core.DeleteSecurityListRequest) (core.DeleteSecurityListResponse, error)
- func (m *MockFirewallClient) EXPECT() *MockFirewallClientMockRecorder
- func (m *MockFirewallClient) GetSecurityList(arg0 context.Context, arg1 core.GetSecurityListRequest) (core.GetSecurityListResponse, error)
- func (m *MockFirewallClient) ListSecurityLists(arg0 context.Context, arg1, arg2 *string) ([]core.SecurityList, error)
- type MockFirewallClientMockRecorder
- func (mr *MockFirewallClientMockRecorder) CreateSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFirewallClientMockRecorder) DeleteSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFirewallClientMockRecorder) GetSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFirewallClientMockRecorder) ListSecurityLists(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockIdentityClient
- type MockIdentityClientMockRecorder
- type MockNetworkingClient
- func (m *MockNetworkingClient) CreateInternetGateway(arg0 context.Context, arg1 core.CreateInternetGatewayRequest) (core.CreateInternetGatewayResponse, error)
- func (m *MockNetworkingClient) CreateRouteTable(arg0 context.Context, arg1 core.CreateRouteTableRequest) (core.CreateRouteTableResponse, error)
- func (m *MockNetworkingClient) CreateSubnet(arg0 context.Context, arg1 core.CreateSubnetRequest) (core.CreateSubnetResponse, error)
- func (m *MockNetworkingClient) CreateVcn(arg0 context.Context, arg1 core.CreateVcnRequest) (core.CreateVcnResponse, error)
- func (m *MockNetworkingClient) DeleteInternetGateway(arg0 context.Context, arg1 core.DeleteInternetGatewayRequest) (core.DeleteInternetGatewayResponse, error)
- func (m *MockNetworkingClient) DeleteRouteTable(arg0 context.Context, arg1 core.DeleteRouteTableRequest) (core.DeleteRouteTableResponse, error)
- func (m *MockNetworkingClient) DeleteSubnet(arg0 context.Context, arg1 core.DeleteSubnetRequest) (core.DeleteSubnetResponse, error)
- func (m *MockNetworkingClient) DeleteVcn(arg0 context.Context, arg1 core.DeleteVcnRequest) (core.DeleteVcnResponse, error)
- func (m *MockNetworkingClient) EXPECT() *MockNetworkingClientMockRecorder
- func (m *MockNetworkingClient) GetInternetGateway(arg0 context.Context, arg1 core.GetInternetGatewayRequest) (core.GetInternetGatewayResponse, error)
- func (m *MockNetworkingClient) GetRouteTable(arg0 context.Context, arg1 core.GetRouteTableRequest) (core.GetRouteTableResponse, error)
- func (m *MockNetworkingClient) GetSubnet(arg0 context.Context, arg1 core.GetSubnetRequest) (core.GetSubnetResponse, error)
- func (m *MockNetworkingClient) GetVcn(arg0 context.Context, arg1 core.GetVcnRequest) (core.GetVcnResponse, error)
- func (m *MockNetworkingClient) GetVnic(arg0 context.Context, arg1 core.GetVnicRequest) (core.GetVnicResponse, error)
- func (m *MockNetworkingClient) ListInternetGateways(arg0 context.Context, arg1, arg2 *string) ([]core.InternetGateway, error)
- func (m *MockNetworkingClient) ListRouteTables(arg0 context.Context, arg1, arg2 *string) ([]core.RouteTable, error)
- func (m *MockNetworkingClient) ListSubnets(arg0 context.Context, arg1, arg2 *string) ([]core.Subnet, error)
- func (m *MockNetworkingClient) ListVcns(arg0 context.Context, arg1 *string) ([]core.Vcn, error)
- type MockNetworkingClientMockRecorder
- func (mr *MockNetworkingClientMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) CreateVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) DeleteVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) GetSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) GetVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) GetVnic(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) ListInternetGateways(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) ListRouteTables(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) ListSubnets(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNetworkingClientMockRecorder) ListVcns(arg0, arg1 interface{}) *gomock.Call
- type MockOCIComputeClient
- func (m *MockOCIComputeClient) AttachVolume(arg0 context.Context, arg1 core.AttachVolumeRequest) (core.AttachVolumeResponse, error)
- func (m *MockOCIComputeClient) DetachVolume(arg0 context.Context, arg1 core.DetachVolumeRequest) (core.DetachVolumeResponse, error)
- func (m *MockOCIComputeClient) EXPECT() *MockOCIComputeClientMockRecorder
- func (m *MockOCIComputeClient) GetInstance(arg0 context.Context, arg1 core.GetInstanceRequest) (core.GetInstanceResponse, error)
- func (m *MockOCIComputeClient) GetVolumeAttachment(arg0 context.Context, arg1 core.GetVolumeAttachmentRequest) (core.GetVolumeAttachmentResponse, error)
- func (m *MockOCIComputeClient) LaunchInstance(arg0 context.Context, arg1 core.LaunchInstanceRequest) (core.LaunchInstanceResponse, error)
- func (m *MockOCIComputeClient) ListImages(arg0 context.Context, arg1 core.ListImagesRequest) (core.ListImagesResponse, error)
- func (m *MockOCIComputeClient) ListInstances(arg0 context.Context, arg1 core.ListInstancesRequest) (core.ListInstancesResponse, error)
- func (m *MockOCIComputeClient) ListShapes(arg0 context.Context, arg1 core.ListShapesRequest) (core.ListShapesResponse, error)
- func (m *MockOCIComputeClient) ListVnicAttachments(arg0 context.Context, arg1 core.ListVnicAttachmentsRequest) (core.ListVnicAttachmentsResponse, error)
- func (m *MockOCIComputeClient) ListVolumeAttachments(arg0 context.Context, arg1 core.ListVolumeAttachmentsRequest) (core.ListVolumeAttachmentsResponse, error)
- func (m *MockOCIComputeClient) TerminateInstance(arg0 context.Context, arg1 core.TerminateInstanceRequest) (core.TerminateInstanceResponse, error)
- type MockOCIComputeClientMockRecorder
- func (mr *MockOCIComputeClientMockRecorder) AttachVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) DetachVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) GetInstance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) GetVolumeAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) LaunchInstance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) ListImages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) ListInstances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) ListShapes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) ListVnicAttachments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) ListVolumeAttachments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIComputeClientMockRecorder) TerminateInstance(arg0, arg1 interface{}) *gomock.Call
- type MockOCIStorageClient
- func (m *MockOCIStorageClient) CreateVolume(arg0 context.Context, arg1 core.CreateVolumeRequest) (core.CreateVolumeResponse, error)
- func (m *MockOCIStorageClient) DeleteVolume(arg0 context.Context, arg1 core.DeleteVolumeRequest) (core.DeleteVolumeResponse, error)
- func (m *MockOCIStorageClient) EXPECT() *MockOCIStorageClientMockRecorder
- func (m *MockOCIStorageClient) GetVolume(arg0 context.Context, arg1 core.GetVolumeRequest) (core.GetVolumeResponse, error)
- func (m *MockOCIStorageClient) ListVolumes(arg0 context.Context, arg1 core.ListVolumesRequest) (core.ListVolumesResponse, error)
- func (m *MockOCIStorageClient) UpdateVolume(arg0 context.Context, arg1 core.UpdateVolumeRequest) (core.UpdateVolumeResponse, error)
- type MockOCIStorageClientMockRecorder
- func (mr *MockOCIStorageClientMockRecorder) CreateVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIStorageClientMockRecorder) DeleteVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIStorageClientMockRecorder) GetVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIStorageClientMockRecorder) ListVolumes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIStorageClientMockRecorder) UpdateVolume(arg0, arg1 interface{}) *gomock.Call
- type MockOCIVirtualNetworkingClient
- func (m *MockOCIVirtualNetworkingClient) CreateInternetGateway(arg0 context.Context, arg1 core.CreateInternetGatewayRequest) (core.CreateInternetGatewayResponse, error)
- func (m *MockOCIVirtualNetworkingClient) CreateRouteTable(arg0 context.Context, arg1 core.CreateRouteTableRequest) (core.CreateRouteTableResponse, error)
- func (m *MockOCIVirtualNetworkingClient) CreateSecurityList(arg0 context.Context, arg1 core.CreateSecurityListRequest) (core.CreateSecurityListResponse, error)
- func (m *MockOCIVirtualNetworkingClient) CreateSubnet(arg0 context.Context, arg1 core.CreateSubnetRequest) (core.CreateSubnetResponse, error)
- func (m *MockOCIVirtualNetworkingClient) CreateVcn(arg0 context.Context, arg1 core.CreateVcnRequest) (core.CreateVcnResponse, error)
- func (m *MockOCIVirtualNetworkingClient) DeleteInternetGateway(arg0 context.Context, arg1 core.DeleteInternetGatewayRequest) (core.DeleteInternetGatewayResponse, error)
- func (m *MockOCIVirtualNetworkingClient) DeleteRouteTable(arg0 context.Context, arg1 core.DeleteRouteTableRequest) (core.DeleteRouteTableResponse, error)
- func (m *MockOCIVirtualNetworkingClient) DeleteSecurityList(arg0 context.Context, arg1 core.DeleteSecurityListRequest) (core.DeleteSecurityListResponse, error)
- func (m *MockOCIVirtualNetworkingClient) DeleteSubnet(arg0 context.Context, arg1 core.DeleteSubnetRequest) (core.DeleteSubnetResponse, error)
- func (m *MockOCIVirtualNetworkingClient) DeleteVcn(arg0 context.Context, arg1 core.DeleteVcnRequest) (core.DeleteVcnResponse, error)
- func (m *MockOCIVirtualNetworkingClient) EXPECT() *MockOCIVirtualNetworkingClientMockRecorder
- func (m *MockOCIVirtualNetworkingClient) GetInternetGateway(arg0 context.Context, arg1 core.GetInternetGatewayRequest) (core.GetInternetGatewayResponse, error)
- func (m *MockOCIVirtualNetworkingClient) GetRouteTable(arg0 context.Context, arg1 core.GetRouteTableRequest) (core.GetRouteTableResponse, error)
- func (m *MockOCIVirtualNetworkingClient) GetSecurityList(arg0 context.Context, arg1 core.GetSecurityListRequest) (core.GetSecurityListResponse, error)
- func (m *MockOCIVirtualNetworkingClient) GetSubnet(arg0 context.Context, arg1 core.GetSubnetRequest) (core.GetSubnetResponse, error)
- func (m *MockOCIVirtualNetworkingClient) GetVcn(arg0 context.Context, arg1 core.GetVcnRequest) (core.GetVcnResponse, error)
- func (m *MockOCIVirtualNetworkingClient) GetVnic(arg0 context.Context, arg1 core.GetVnicRequest) (core.GetVnicResponse, error)
- func (m *MockOCIVirtualNetworkingClient) ListInternetGateways(arg0 context.Context, arg1 core.ListInternetGatewaysRequest) (core.ListInternetGatewaysResponse, error)
- func (m *MockOCIVirtualNetworkingClient) ListRouteTables(arg0 context.Context, arg1 core.ListRouteTablesRequest) (core.ListRouteTablesResponse, error)
- func (m *MockOCIVirtualNetworkingClient) ListSecurityLists(arg0 context.Context, arg1 core.ListSecurityListsRequest) (core.ListSecurityListsResponse, error)
- func (m *MockOCIVirtualNetworkingClient) ListSubnets(arg0 context.Context, arg1 core.ListSubnetsRequest) (core.ListSubnetsResponse, error)
- func (m *MockOCIVirtualNetworkingClient) ListVcns(arg0 context.Context, arg1 core.ListVcnsRequest) (core.ListVcnsResponse, error)
- type MockOCIVirtualNetworkingClientMockRecorder
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetVnic(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListInternetGateways(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListRouteTables(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListSecurityLists(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListSubnets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListVcns(arg0, arg1 interface{}) *gomock.Call
- type MockStorageClient
- func (m *MockStorageClient) CreateVolume(arg0 context.Context, arg1 core.CreateVolumeRequest) (core.CreateVolumeResponse, error)
- func (m *MockStorageClient) DeleteVolume(arg0 context.Context, arg1 core.DeleteVolumeRequest) (core.DeleteVolumeResponse, error)
- func (m *MockStorageClient) EXPECT() *MockStorageClientMockRecorder
- func (m *MockStorageClient) GetVolume(arg0 context.Context, arg1 core.GetVolumeRequest) (core.GetVolumeResponse, error)
- func (m *MockStorageClient) ListVolumes(arg0 context.Context, arg1 *string) ([]core.Volume, error)
- func (m *MockStorageClient) UpdateVolume(arg0 context.Context, arg1 core.UpdateVolumeRequest) (core.UpdateVolumeResponse, error)
- type MockStorageClientMockRecorder
- func (mr *MockStorageClientMockRecorder) CreateVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStorageClientMockRecorder) DeleteVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStorageClientMockRecorder) GetVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStorageClientMockRecorder) ListVolumes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStorageClientMockRecorder) UpdateVolume(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
var PrivateKeyEncrypted = `` /* 1766-byte string literal not displayed */
var PrivateKeyEncryptedFingerprint = "97:66:06:3f:d6:31:5a:7d:89:4d:fc:52:08:1b:bc:e4"
var PrivateKeyPassphrase = "supersecret"
var PrivateKeyUnencrypted = `` /* 1679-byte string literal not displayed */
var PrivateKeyUnencryptedFingerprint = "19:6d:6d:e5:7c:ff:97:1d:e9:91:69:cf:fb:e7:3c:7e"
Functions ¶
This section is empty.
Types ¶
type MockComputeClient ¶
type MockComputeClient struct {
// contains filtered or unexported fields
}
MockComputeClient is a mock of ComputeClient interface.
func NewMockComputeClient ¶
func NewMockComputeClient(ctrl *gomock.Controller) *MockComputeClient
NewMockComputeClient creates a new mock instance.
func (*MockComputeClient) AttachVolume ¶
func (m *MockComputeClient) AttachVolume(arg0 context.Context, arg1 core.AttachVolumeRequest) (core.AttachVolumeResponse, error)
AttachVolume mocks base method.
func (*MockComputeClient) DetachVolume ¶
func (m *MockComputeClient) DetachVolume(arg0 context.Context, arg1 core.DetachVolumeRequest) (core.DetachVolumeResponse, error)
DetachVolume mocks base method.
func (*MockComputeClient) EXPECT ¶
func (m *MockComputeClient) EXPECT() *MockComputeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockComputeClient) GetInstance ¶
func (m *MockComputeClient) GetInstance(arg0 context.Context, arg1 core.GetInstanceRequest) (core.GetInstanceResponse, error)
GetInstance mocks base method.
func (*MockComputeClient) GetVolumeAttachment ¶
func (m *MockComputeClient) GetVolumeAttachment(arg0 context.Context, arg1 core.GetVolumeAttachmentRequest) (core.GetVolumeAttachmentResponse, error)
GetVolumeAttachment mocks base method.
func (*MockComputeClient) LaunchInstance ¶
func (m *MockComputeClient) LaunchInstance(arg0 context.Context, arg1 core.LaunchInstanceRequest) (core.LaunchInstanceResponse, error)
LaunchInstance mocks base method.
func (*MockComputeClient) ListImages ¶
ListImages mocks base method.
func (*MockComputeClient) ListInstances ¶
func (m *MockComputeClient) ListInstances(arg0 context.Context, arg1 *string) ([]core.Instance, error)
ListInstances mocks base method.
func (*MockComputeClient) ListShapes ¶
func (m *MockComputeClient) ListShapes(arg0 context.Context, arg1, arg2 *string) ([]core.Shape, error)
ListShapes mocks base method.
func (*MockComputeClient) ListVnicAttachments ¶
func (m *MockComputeClient) ListVnicAttachments(arg0 context.Context, arg1, arg2 *string) ([]core.VnicAttachment, error)
ListVnicAttachments mocks base method.
func (*MockComputeClient) ListVolumeAttachments ¶
func (m *MockComputeClient) ListVolumeAttachments(arg0 context.Context, arg1, arg2 *string) ([]core.VolumeAttachment, error)
ListVolumeAttachments mocks base method.
func (*MockComputeClient) TerminateInstance ¶
func (m *MockComputeClient) TerminateInstance(arg0 context.Context, arg1 core.TerminateInstanceRequest) (core.TerminateInstanceResponse, error)
TerminateInstance mocks base method.
type MockComputeClientMockRecorder ¶
type MockComputeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockComputeClientMockRecorder is the mock recorder for MockComputeClient.
func (*MockComputeClientMockRecorder) AttachVolume ¶
func (mr *MockComputeClientMockRecorder) AttachVolume(arg0, arg1 interface{}) *gomock.Call
AttachVolume indicates an expected call of AttachVolume.
func (*MockComputeClientMockRecorder) DetachVolume ¶
func (mr *MockComputeClientMockRecorder) DetachVolume(arg0, arg1 interface{}) *gomock.Call
DetachVolume indicates an expected call of DetachVolume.
func (*MockComputeClientMockRecorder) GetInstance ¶
func (mr *MockComputeClientMockRecorder) GetInstance(arg0, arg1 interface{}) *gomock.Call
GetInstance indicates an expected call of GetInstance.
func (*MockComputeClientMockRecorder) GetVolumeAttachment ¶
func (mr *MockComputeClientMockRecorder) GetVolumeAttachment(arg0, arg1 interface{}) *gomock.Call
GetVolumeAttachment indicates an expected call of GetVolumeAttachment.
func (*MockComputeClientMockRecorder) LaunchInstance ¶
func (mr *MockComputeClientMockRecorder) LaunchInstance(arg0, arg1 interface{}) *gomock.Call
LaunchInstance indicates an expected call of LaunchInstance.
func (*MockComputeClientMockRecorder) ListImages ¶
func (mr *MockComputeClientMockRecorder) ListImages(arg0, arg1 interface{}) *gomock.Call
ListImages indicates an expected call of ListImages.
func (*MockComputeClientMockRecorder) ListInstances ¶
func (mr *MockComputeClientMockRecorder) ListInstances(arg0, arg1 interface{}) *gomock.Call
ListInstances indicates an expected call of ListInstances.
func (*MockComputeClientMockRecorder) ListShapes ¶
func (mr *MockComputeClientMockRecorder) ListShapes(arg0, arg1, arg2 interface{}) *gomock.Call
ListShapes indicates an expected call of ListShapes.
func (*MockComputeClientMockRecorder) ListVnicAttachments ¶
func (mr *MockComputeClientMockRecorder) ListVnicAttachments(arg0, arg1, arg2 interface{}) *gomock.Call
ListVnicAttachments indicates an expected call of ListVnicAttachments.
func (*MockComputeClientMockRecorder) ListVolumeAttachments ¶
func (mr *MockComputeClientMockRecorder) ListVolumeAttachments(arg0, arg1, arg2 interface{}) *gomock.Call
ListVolumeAttachments indicates an expected call of ListVolumeAttachments.
func (*MockComputeClientMockRecorder) TerminateInstance ¶
func (mr *MockComputeClientMockRecorder) TerminateInstance(arg0, arg1 interface{}) *gomock.Call
TerminateInstance indicates an expected call of TerminateInstance.
type MockFirewallClient ¶
type MockFirewallClient struct {
// contains filtered or unexported fields
}
MockFirewallClient is a mock of FirewallClient interface.
func NewMockFirewallClient ¶
func NewMockFirewallClient(ctrl *gomock.Controller) *MockFirewallClient
NewMockFirewallClient creates a new mock instance.
func (*MockFirewallClient) CreateSecurityList ¶
func (m *MockFirewallClient) CreateSecurityList(arg0 context.Context, arg1 core.CreateSecurityListRequest) (core.CreateSecurityListResponse, error)
CreateSecurityList mocks base method.
func (*MockFirewallClient) DeleteSecurityList ¶
func (m *MockFirewallClient) DeleteSecurityList(arg0 context.Context, arg1 core.DeleteSecurityListRequest) (core.DeleteSecurityListResponse, error)
DeleteSecurityList mocks base method.
func (*MockFirewallClient) EXPECT ¶
func (m *MockFirewallClient) EXPECT() *MockFirewallClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFirewallClient) GetSecurityList ¶
func (m *MockFirewallClient) GetSecurityList(arg0 context.Context, arg1 core.GetSecurityListRequest) (core.GetSecurityListResponse, error)
GetSecurityList mocks base method.
func (*MockFirewallClient) ListSecurityLists ¶
func (m *MockFirewallClient) ListSecurityLists(arg0 context.Context, arg1, arg2 *string) ([]core.SecurityList, error)
ListSecurityLists mocks base method.
type MockFirewallClientMockRecorder ¶
type MockFirewallClientMockRecorder struct {
// contains filtered or unexported fields
}
MockFirewallClientMockRecorder is the mock recorder for MockFirewallClient.
func (*MockFirewallClientMockRecorder) CreateSecurityList ¶
func (mr *MockFirewallClientMockRecorder) CreateSecurityList(arg0, arg1 interface{}) *gomock.Call
CreateSecurityList indicates an expected call of CreateSecurityList.
func (*MockFirewallClientMockRecorder) DeleteSecurityList ¶
func (mr *MockFirewallClientMockRecorder) DeleteSecurityList(arg0, arg1 interface{}) *gomock.Call
DeleteSecurityList indicates an expected call of DeleteSecurityList.
func (*MockFirewallClientMockRecorder) GetSecurityList ¶
func (mr *MockFirewallClientMockRecorder) GetSecurityList(arg0, arg1 interface{}) *gomock.Call
GetSecurityList indicates an expected call of GetSecurityList.
func (*MockFirewallClientMockRecorder) ListSecurityLists ¶
func (mr *MockFirewallClientMockRecorder) ListSecurityLists(arg0, arg1, arg2 interface{}) *gomock.Call
ListSecurityLists indicates an expected call of ListSecurityLists.
type MockIdentityClient ¶
type MockIdentityClient struct {
// contains filtered or unexported fields
}
MockIdentityClient is a mock of IdentityClient interface.
func NewMockIdentityClient ¶
func NewMockIdentityClient(ctrl *gomock.Controller) *MockIdentityClient
NewMockIdentityClient creates a new mock instance.
func (*MockIdentityClient) EXPECT ¶
func (m *MockIdentityClient) EXPECT() *MockIdentityClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIdentityClient) ListAvailabilityDomains ¶
func (m *MockIdentityClient) ListAvailabilityDomains(arg0 context.Context, arg1 identity.ListAvailabilityDomainsRequest) (identity.ListAvailabilityDomainsResponse, error)
ListAvailabilityDomains mocks base method.
type MockIdentityClientMockRecorder ¶
type MockIdentityClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityClientMockRecorder is the mock recorder for MockIdentityClient.
func (*MockIdentityClientMockRecorder) ListAvailabilityDomains ¶
func (mr *MockIdentityClientMockRecorder) ListAvailabilityDomains(arg0, arg1 interface{}) *gomock.Call
ListAvailabilityDomains indicates an expected call of ListAvailabilityDomains.
type MockNetworkingClient ¶
type MockNetworkingClient struct {
// contains filtered or unexported fields
}
MockNetworkingClient is a mock of NetworkingClient interface.
func NewMockNetworkingClient ¶
func NewMockNetworkingClient(ctrl *gomock.Controller) *MockNetworkingClient
NewMockNetworkingClient creates a new mock instance.
func (*MockNetworkingClient) CreateInternetGateway ¶
func (m *MockNetworkingClient) CreateInternetGateway(arg0 context.Context, arg1 core.CreateInternetGatewayRequest) (core.CreateInternetGatewayResponse, error)
CreateInternetGateway mocks base method.
func (*MockNetworkingClient) CreateRouteTable ¶
func (m *MockNetworkingClient) CreateRouteTable(arg0 context.Context, arg1 core.CreateRouteTableRequest) (core.CreateRouteTableResponse, error)
CreateRouteTable mocks base method.
func (*MockNetworkingClient) CreateSubnet ¶
func (m *MockNetworkingClient) CreateSubnet(arg0 context.Context, arg1 core.CreateSubnetRequest) (core.CreateSubnetResponse, error)
CreateSubnet mocks base method.
func (*MockNetworkingClient) CreateVcn ¶
func (m *MockNetworkingClient) CreateVcn(arg0 context.Context, arg1 core.CreateVcnRequest) (core.CreateVcnResponse, error)
CreateVcn mocks base method.
func (*MockNetworkingClient) DeleteInternetGateway ¶
func (m *MockNetworkingClient) DeleteInternetGateway(arg0 context.Context, arg1 core.DeleteInternetGatewayRequest) (core.DeleteInternetGatewayResponse, error)
DeleteInternetGateway mocks base method.
func (*MockNetworkingClient) DeleteRouteTable ¶
func (m *MockNetworkingClient) DeleteRouteTable(arg0 context.Context, arg1 core.DeleteRouteTableRequest) (core.DeleteRouteTableResponse, error)
DeleteRouteTable mocks base method.
func (*MockNetworkingClient) DeleteSubnet ¶
func (m *MockNetworkingClient) DeleteSubnet(arg0 context.Context, arg1 core.DeleteSubnetRequest) (core.DeleteSubnetResponse, error)
DeleteSubnet mocks base method.
func (*MockNetworkingClient) DeleteVcn ¶
func (m *MockNetworkingClient) DeleteVcn(arg0 context.Context, arg1 core.DeleteVcnRequest) (core.DeleteVcnResponse, error)
DeleteVcn mocks base method.
func (*MockNetworkingClient) EXPECT ¶
func (m *MockNetworkingClient) EXPECT() *MockNetworkingClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetworkingClient) GetInternetGateway ¶
func (m *MockNetworkingClient) GetInternetGateway(arg0 context.Context, arg1 core.GetInternetGatewayRequest) (core.GetInternetGatewayResponse, error)
GetInternetGateway mocks base method.
func (*MockNetworkingClient) GetRouteTable ¶
func (m *MockNetworkingClient) GetRouteTable(arg0 context.Context, arg1 core.GetRouteTableRequest) (core.GetRouteTableResponse, error)
GetRouteTable mocks base method.
func (*MockNetworkingClient) GetSubnet ¶
func (m *MockNetworkingClient) GetSubnet(arg0 context.Context, arg1 core.GetSubnetRequest) (core.GetSubnetResponse, error)
GetSubnet mocks base method.
func (*MockNetworkingClient) GetVcn ¶
func (m *MockNetworkingClient) GetVcn(arg0 context.Context, arg1 core.GetVcnRequest) (core.GetVcnResponse, error)
GetVcn mocks base method.
func (*MockNetworkingClient) GetVnic ¶
func (m *MockNetworkingClient) GetVnic(arg0 context.Context, arg1 core.GetVnicRequest) (core.GetVnicResponse, error)
GetVnic mocks base method.
func (*MockNetworkingClient) ListInternetGateways ¶
func (m *MockNetworkingClient) ListInternetGateways(arg0 context.Context, arg1, arg2 *string) ([]core.InternetGateway, error)
ListInternetGateways mocks base method.
func (*MockNetworkingClient) ListRouteTables ¶
func (m *MockNetworkingClient) ListRouteTables(arg0 context.Context, arg1, arg2 *string) ([]core.RouteTable, error)
ListRouteTables mocks base method.
func (*MockNetworkingClient) ListSubnets ¶
func (m *MockNetworkingClient) ListSubnets(arg0 context.Context, arg1, arg2 *string) ([]core.Subnet, error)
ListSubnets mocks base method.
type MockNetworkingClientMockRecorder ¶
type MockNetworkingClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNetworkingClientMockRecorder is the mock recorder for MockNetworkingClient.
func (*MockNetworkingClientMockRecorder) CreateInternetGateway ¶
func (mr *MockNetworkingClientMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
CreateInternetGateway indicates an expected call of CreateInternetGateway.
func (*MockNetworkingClientMockRecorder) CreateRouteTable ¶
func (mr *MockNetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
CreateRouteTable indicates an expected call of CreateRouteTable.
func (*MockNetworkingClientMockRecorder) CreateSubnet ¶
func (mr *MockNetworkingClientMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
CreateSubnet indicates an expected call of CreateSubnet.
func (*MockNetworkingClientMockRecorder) CreateVcn ¶
func (mr *MockNetworkingClientMockRecorder) CreateVcn(arg0, arg1 interface{}) *gomock.Call
CreateVcn indicates an expected call of CreateVcn.
func (*MockNetworkingClientMockRecorder) DeleteInternetGateway ¶
func (mr *MockNetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
DeleteInternetGateway indicates an expected call of DeleteInternetGateway.
func (*MockNetworkingClientMockRecorder) DeleteRouteTable ¶
func (mr *MockNetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
DeleteRouteTable indicates an expected call of DeleteRouteTable.
func (*MockNetworkingClientMockRecorder) DeleteSubnet ¶
func (mr *MockNetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
DeleteSubnet indicates an expected call of DeleteSubnet.
func (*MockNetworkingClientMockRecorder) DeleteVcn ¶
func (mr *MockNetworkingClientMockRecorder) DeleteVcn(arg0, arg1 interface{}) *gomock.Call
DeleteVcn indicates an expected call of DeleteVcn.
func (*MockNetworkingClientMockRecorder) GetInternetGateway ¶
func (mr *MockNetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
GetInternetGateway indicates an expected call of GetInternetGateway.
func (*MockNetworkingClientMockRecorder) GetRouteTable ¶
func (mr *MockNetworkingClientMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
GetRouteTable indicates an expected call of GetRouteTable.
func (*MockNetworkingClientMockRecorder) GetSubnet ¶
func (mr *MockNetworkingClientMockRecorder) GetSubnet(arg0, arg1 interface{}) *gomock.Call
GetSubnet indicates an expected call of GetSubnet.
func (*MockNetworkingClientMockRecorder) GetVcn ¶
func (mr *MockNetworkingClientMockRecorder) GetVcn(arg0, arg1 interface{}) *gomock.Call
GetVcn indicates an expected call of GetVcn.
func (*MockNetworkingClientMockRecorder) GetVnic ¶
func (mr *MockNetworkingClientMockRecorder) GetVnic(arg0, arg1 interface{}) *gomock.Call
GetVnic indicates an expected call of GetVnic.
func (*MockNetworkingClientMockRecorder) ListInternetGateways ¶
func (mr *MockNetworkingClientMockRecorder) ListInternetGateways(arg0, arg1, arg2 interface{}) *gomock.Call
ListInternetGateways indicates an expected call of ListInternetGateways.
func (*MockNetworkingClientMockRecorder) ListRouteTables ¶
func (mr *MockNetworkingClientMockRecorder) ListRouteTables(arg0, arg1, arg2 interface{}) *gomock.Call
ListRouteTables indicates an expected call of ListRouteTables.
func (*MockNetworkingClientMockRecorder) ListSubnets ¶
func (mr *MockNetworkingClientMockRecorder) ListSubnets(arg0, arg1, arg2 interface{}) *gomock.Call
ListSubnets indicates an expected call of ListSubnets.
func (*MockNetworkingClientMockRecorder) ListVcns ¶
func (mr *MockNetworkingClientMockRecorder) ListVcns(arg0, arg1 interface{}) *gomock.Call
ListVcns indicates an expected call of ListVcns.
type MockOCIComputeClient ¶
type MockOCIComputeClient struct {
// contains filtered or unexported fields
}
MockOCIComputeClient is a mock of OCIComputeClient interface.
func NewMockOCIComputeClient ¶
func NewMockOCIComputeClient(ctrl *gomock.Controller) *MockOCIComputeClient
NewMockOCIComputeClient creates a new mock instance.
func (*MockOCIComputeClient) AttachVolume ¶
func (m *MockOCIComputeClient) AttachVolume(arg0 context.Context, arg1 core.AttachVolumeRequest) (core.AttachVolumeResponse, error)
AttachVolume mocks base method.
func (*MockOCIComputeClient) DetachVolume ¶
func (m *MockOCIComputeClient) DetachVolume(arg0 context.Context, arg1 core.DetachVolumeRequest) (core.DetachVolumeResponse, error)
DetachVolume mocks base method.
func (*MockOCIComputeClient) EXPECT ¶
func (m *MockOCIComputeClient) EXPECT() *MockOCIComputeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOCIComputeClient) GetInstance ¶
func (m *MockOCIComputeClient) GetInstance(arg0 context.Context, arg1 core.GetInstanceRequest) (core.GetInstanceResponse, error)
GetInstance mocks base method.
func (*MockOCIComputeClient) GetVolumeAttachment ¶
func (m *MockOCIComputeClient) GetVolumeAttachment(arg0 context.Context, arg1 core.GetVolumeAttachmentRequest) (core.GetVolumeAttachmentResponse, error)
GetVolumeAttachment mocks base method.
func (*MockOCIComputeClient) LaunchInstance ¶
func (m *MockOCIComputeClient) LaunchInstance(arg0 context.Context, arg1 core.LaunchInstanceRequest) (core.LaunchInstanceResponse, error)
LaunchInstance mocks base method.
func (*MockOCIComputeClient) ListImages ¶
func (m *MockOCIComputeClient) ListImages(arg0 context.Context, arg1 core.ListImagesRequest) (core.ListImagesResponse, error)
ListImages mocks base method.
func (*MockOCIComputeClient) ListInstances ¶
func (m *MockOCIComputeClient) ListInstances(arg0 context.Context, arg1 core.ListInstancesRequest) (core.ListInstancesResponse, error)
ListInstances mocks base method.
func (*MockOCIComputeClient) ListShapes ¶
func (m *MockOCIComputeClient) ListShapes(arg0 context.Context, arg1 core.ListShapesRequest) (core.ListShapesResponse, error)
ListShapes mocks base method.
func (*MockOCIComputeClient) ListVnicAttachments ¶
func (m *MockOCIComputeClient) ListVnicAttachments(arg0 context.Context, arg1 core.ListVnicAttachmentsRequest) (core.ListVnicAttachmentsResponse, error)
ListVnicAttachments mocks base method.
func (*MockOCIComputeClient) ListVolumeAttachments ¶
func (m *MockOCIComputeClient) ListVolumeAttachments(arg0 context.Context, arg1 core.ListVolumeAttachmentsRequest) (core.ListVolumeAttachmentsResponse, error)
ListVolumeAttachments mocks base method.
func (*MockOCIComputeClient) TerminateInstance ¶
func (m *MockOCIComputeClient) TerminateInstance(arg0 context.Context, arg1 core.TerminateInstanceRequest) (core.TerminateInstanceResponse, error)
TerminateInstance mocks base method.
type MockOCIComputeClientMockRecorder ¶
type MockOCIComputeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOCIComputeClientMockRecorder is the mock recorder for MockOCIComputeClient.
func (*MockOCIComputeClientMockRecorder) AttachVolume ¶
func (mr *MockOCIComputeClientMockRecorder) AttachVolume(arg0, arg1 interface{}) *gomock.Call
AttachVolume indicates an expected call of AttachVolume.
func (*MockOCIComputeClientMockRecorder) DetachVolume ¶
func (mr *MockOCIComputeClientMockRecorder) DetachVolume(arg0, arg1 interface{}) *gomock.Call
DetachVolume indicates an expected call of DetachVolume.
func (*MockOCIComputeClientMockRecorder) GetInstance ¶
func (mr *MockOCIComputeClientMockRecorder) GetInstance(arg0, arg1 interface{}) *gomock.Call
GetInstance indicates an expected call of GetInstance.
func (*MockOCIComputeClientMockRecorder) GetVolumeAttachment ¶
func (mr *MockOCIComputeClientMockRecorder) GetVolumeAttachment(arg0, arg1 interface{}) *gomock.Call
GetVolumeAttachment indicates an expected call of GetVolumeAttachment.
func (*MockOCIComputeClientMockRecorder) LaunchInstance ¶
func (mr *MockOCIComputeClientMockRecorder) LaunchInstance(arg0, arg1 interface{}) *gomock.Call
LaunchInstance indicates an expected call of LaunchInstance.
func (*MockOCIComputeClientMockRecorder) ListImages ¶
func (mr *MockOCIComputeClientMockRecorder) ListImages(arg0, arg1 interface{}) *gomock.Call
ListImages indicates an expected call of ListImages.
func (*MockOCIComputeClientMockRecorder) ListInstances ¶
func (mr *MockOCIComputeClientMockRecorder) ListInstances(arg0, arg1 interface{}) *gomock.Call
ListInstances indicates an expected call of ListInstances.
func (*MockOCIComputeClientMockRecorder) ListShapes ¶
func (mr *MockOCIComputeClientMockRecorder) ListShapes(arg0, arg1 interface{}) *gomock.Call
ListShapes indicates an expected call of ListShapes.
func (*MockOCIComputeClientMockRecorder) ListVnicAttachments ¶
func (mr *MockOCIComputeClientMockRecorder) ListVnicAttachments(arg0, arg1 interface{}) *gomock.Call
ListVnicAttachments indicates an expected call of ListVnicAttachments.
func (*MockOCIComputeClientMockRecorder) ListVolumeAttachments ¶
func (mr *MockOCIComputeClientMockRecorder) ListVolumeAttachments(arg0, arg1 interface{}) *gomock.Call
ListVolumeAttachments indicates an expected call of ListVolumeAttachments.
func (*MockOCIComputeClientMockRecorder) TerminateInstance ¶
func (mr *MockOCIComputeClientMockRecorder) TerminateInstance(arg0, arg1 interface{}) *gomock.Call
TerminateInstance indicates an expected call of TerminateInstance.
type MockOCIStorageClient ¶
type MockOCIStorageClient struct {
// contains filtered or unexported fields
}
MockOCIStorageClient is a mock of OCIStorageClient interface.
func NewMockOCIStorageClient ¶
func NewMockOCIStorageClient(ctrl *gomock.Controller) *MockOCIStorageClient
NewMockOCIStorageClient creates a new mock instance.
func (*MockOCIStorageClient) CreateVolume ¶
func (m *MockOCIStorageClient) CreateVolume(arg0 context.Context, arg1 core.CreateVolumeRequest) (core.CreateVolumeResponse, error)
CreateVolume mocks base method.
func (*MockOCIStorageClient) DeleteVolume ¶
func (m *MockOCIStorageClient) DeleteVolume(arg0 context.Context, arg1 core.DeleteVolumeRequest) (core.DeleteVolumeResponse, error)
DeleteVolume mocks base method.
func (*MockOCIStorageClient) EXPECT ¶
func (m *MockOCIStorageClient) EXPECT() *MockOCIStorageClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOCIStorageClient) GetVolume ¶
func (m *MockOCIStorageClient) GetVolume(arg0 context.Context, arg1 core.GetVolumeRequest) (core.GetVolumeResponse, error)
GetVolume mocks base method.
func (*MockOCIStorageClient) ListVolumes ¶
func (m *MockOCIStorageClient) ListVolumes(arg0 context.Context, arg1 core.ListVolumesRequest) (core.ListVolumesResponse, error)
ListVolumes mocks base method.
func (*MockOCIStorageClient) UpdateVolume ¶
func (m *MockOCIStorageClient) UpdateVolume(arg0 context.Context, arg1 core.UpdateVolumeRequest) (core.UpdateVolumeResponse, error)
UpdateVolume mocks base method.
type MockOCIStorageClientMockRecorder ¶
type MockOCIStorageClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOCIStorageClientMockRecorder is the mock recorder for MockOCIStorageClient.
func (*MockOCIStorageClientMockRecorder) CreateVolume ¶
func (mr *MockOCIStorageClientMockRecorder) CreateVolume(arg0, arg1 interface{}) *gomock.Call
CreateVolume indicates an expected call of CreateVolume.
func (*MockOCIStorageClientMockRecorder) DeleteVolume ¶
func (mr *MockOCIStorageClientMockRecorder) DeleteVolume(arg0, arg1 interface{}) *gomock.Call
DeleteVolume indicates an expected call of DeleteVolume.
func (*MockOCIStorageClientMockRecorder) GetVolume ¶
func (mr *MockOCIStorageClientMockRecorder) GetVolume(arg0, arg1 interface{}) *gomock.Call
GetVolume indicates an expected call of GetVolume.
func (*MockOCIStorageClientMockRecorder) ListVolumes ¶
func (mr *MockOCIStorageClientMockRecorder) ListVolumes(arg0, arg1 interface{}) *gomock.Call
ListVolumes indicates an expected call of ListVolumes.
func (*MockOCIStorageClientMockRecorder) UpdateVolume ¶
func (mr *MockOCIStorageClientMockRecorder) UpdateVolume(arg0, arg1 interface{}) *gomock.Call
UpdateVolume indicates an expected call of UpdateVolume.
type MockOCIVirtualNetworkingClient ¶
type MockOCIVirtualNetworkingClient struct {
// contains filtered or unexported fields
}
MockOCIVirtualNetworkingClient is a mock of OCIVirtualNetworkingClient interface.
func NewMockOCIVirtualNetworkingClient ¶
func NewMockOCIVirtualNetworkingClient(ctrl *gomock.Controller) *MockOCIVirtualNetworkingClient
NewMockOCIVirtualNetworkingClient creates a new mock instance.
func (*MockOCIVirtualNetworkingClient) CreateInternetGateway ¶
func (m *MockOCIVirtualNetworkingClient) CreateInternetGateway(arg0 context.Context, arg1 core.CreateInternetGatewayRequest) (core.CreateInternetGatewayResponse, error)
CreateInternetGateway mocks base method.
func (*MockOCIVirtualNetworkingClient) CreateRouteTable ¶
func (m *MockOCIVirtualNetworkingClient) CreateRouteTable(arg0 context.Context, arg1 core.CreateRouteTableRequest) (core.CreateRouteTableResponse, error)
CreateRouteTable mocks base method.
func (*MockOCIVirtualNetworkingClient) CreateSecurityList ¶
func (m *MockOCIVirtualNetworkingClient) CreateSecurityList(arg0 context.Context, arg1 core.CreateSecurityListRequest) (core.CreateSecurityListResponse, error)
CreateSecurityList mocks base method.
func (*MockOCIVirtualNetworkingClient) CreateSubnet ¶
func (m *MockOCIVirtualNetworkingClient) CreateSubnet(arg0 context.Context, arg1 core.CreateSubnetRequest) (core.CreateSubnetResponse, error)
CreateSubnet mocks base method.
func (*MockOCIVirtualNetworkingClient) CreateVcn ¶
func (m *MockOCIVirtualNetworkingClient) CreateVcn(arg0 context.Context, arg1 core.CreateVcnRequest) (core.CreateVcnResponse, error)
CreateVcn mocks base method.
func (*MockOCIVirtualNetworkingClient) DeleteInternetGateway ¶
func (m *MockOCIVirtualNetworkingClient) DeleteInternetGateway(arg0 context.Context, arg1 core.DeleteInternetGatewayRequest) (core.DeleteInternetGatewayResponse, error)
DeleteInternetGateway mocks base method.
func (*MockOCIVirtualNetworkingClient) DeleteRouteTable ¶
func (m *MockOCIVirtualNetworkingClient) DeleteRouteTable(arg0 context.Context, arg1 core.DeleteRouteTableRequest) (core.DeleteRouteTableResponse, error)
DeleteRouteTable mocks base method.
func (*MockOCIVirtualNetworkingClient) DeleteSecurityList ¶
func (m *MockOCIVirtualNetworkingClient) DeleteSecurityList(arg0 context.Context, arg1 core.DeleteSecurityListRequest) (core.DeleteSecurityListResponse, error)
DeleteSecurityList mocks base method.
func (*MockOCIVirtualNetworkingClient) DeleteSubnet ¶
func (m *MockOCIVirtualNetworkingClient) DeleteSubnet(arg0 context.Context, arg1 core.DeleteSubnetRequest) (core.DeleteSubnetResponse, error)
DeleteSubnet mocks base method.
func (*MockOCIVirtualNetworkingClient) DeleteVcn ¶
func (m *MockOCIVirtualNetworkingClient) DeleteVcn(arg0 context.Context, arg1 core.DeleteVcnRequest) (core.DeleteVcnResponse, error)
DeleteVcn mocks base method.
func (*MockOCIVirtualNetworkingClient) EXPECT ¶
func (m *MockOCIVirtualNetworkingClient) EXPECT() *MockOCIVirtualNetworkingClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOCIVirtualNetworkingClient) GetInternetGateway ¶
func (m *MockOCIVirtualNetworkingClient) GetInternetGateway(arg0 context.Context, arg1 core.GetInternetGatewayRequest) (core.GetInternetGatewayResponse, error)
GetInternetGateway mocks base method.
func (*MockOCIVirtualNetworkingClient) GetRouteTable ¶
func (m *MockOCIVirtualNetworkingClient) GetRouteTable(arg0 context.Context, arg1 core.GetRouteTableRequest) (core.GetRouteTableResponse, error)
GetRouteTable mocks base method.
func (*MockOCIVirtualNetworkingClient) GetSecurityList ¶
func (m *MockOCIVirtualNetworkingClient) GetSecurityList(arg0 context.Context, arg1 core.GetSecurityListRequest) (core.GetSecurityListResponse, error)
GetSecurityList mocks base method.
func (*MockOCIVirtualNetworkingClient) GetSubnet ¶
func (m *MockOCIVirtualNetworkingClient) GetSubnet(arg0 context.Context, arg1 core.GetSubnetRequest) (core.GetSubnetResponse, error)
GetSubnet mocks base method.
func (*MockOCIVirtualNetworkingClient) GetVcn ¶
func (m *MockOCIVirtualNetworkingClient) GetVcn(arg0 context.Context, arg1 core.GetVcnRequest) (core.GetVcnResponse, error)
GetVcn mocks base method.
func (*MockOCIVirtualNetworkingClient) GetVnic ¶
func (m *MockOCIVirtualNetworkingClient) GetVnic(arg0 context.Context, arg1 core.GetVnicRequest) (core.GetVnicResponse, error)
GetVnic mocks base method.
func (*MockOCIVirtualNetworkingClient) ListInternetGateways ¶
func (m *MockOCIVirtualNetworkingClient) ListInternetGateways(arg0 context.Context, arg1 core.ListInternetGatewaysRequest) (core.ListInternetGatewaysResponse, error)
ListInternetGateways mocks base method.
func (*MockOCIVirtualNetworkingClient) ListRouteTables ¶
func (m *MockOCIVirtualNetworkingClient) ListRouteTables(arg0 context.Context, arg1 core.ListRouteTablesRequest) (core.ListRouteTablesResponse, error)
ListRouteTables mocks base method.
func (*MockOCIVirtualNetworkingClient) ListSecurityLists ¶
func (m *MockOCIVirtualNetworkingClient) ListSecurityLists(arg0 context.Context, arg1 core.ListSecurityListsRequest) (core.ListSecurityListsResponse, error)
ListSecurityLists mocks base method.
func (*MockOCIVirtualNetworkingClient) ListSubnets ¶
func (m *MockOCIVirtualNetworkingClient) ListSubnets(arg0 context.Context, arg1 core.ListSubnetsRequest) (core.ListSubnetsResponse, error)
ListSubnets mocks base method.
func (*MockOCIVirtualNetworkingClient) ListVcns ¶
func (m *MockOCIVirtualNetworkingClient) ListVcns(arg0 context.Context, arg1 core.ListVcnsRequest) (core.ListVcnsResponse, error)
ListVcns mocks base method.
type MockOCIVirtualNetworkingClientMockRecorder ¶
type MockOCIVirtualNetworkingClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOCIVirtualNetworkingClientMockRecorder is the mock recorder for MockOCIVirtualNetworkingClient.
func (*MockOCIVirtualNetworkingClientMockRecorder) CreateInternetGateway ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
CreateInternetGateway indicates an expected call of CreateInternetGateway.
func (*MockOCIVirtualNetworkingClientMockRecorder) CreateRouteTable ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
CreateRouteTable indicates an expected call of CreateRouteTable.
func (*MockOCIVirtualNetworkingClientMockRecorder) CreateSecurityList ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateSecurityList(arg0, arg1 interface{}) *gomock.Call
CreateSecurityList indicates an expected call of CreateSecurityList.
func (*MockOCIVirtualNetworkingClientMockRecorder) CreateSubnet ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
CreateSubnet indicates an expected call of CreateSubnet.
func (*MockOCIVirtualNetworkingClientMockRecorder) CreateVcn ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateVcn(arg0, arg1 interface{}) *gomock.Call
CreateVcn indicates an expected call of CreateVcn.
func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteInternetGateway ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
DeleteInternetGateway indicates an expected call of DeleteInternetGateway.
func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteRouteTable ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
DeleteRouteTable indicates an expected call of DeleteRouteTable.
func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteSecurityList ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteSecurityList(arg0, arg1 interface{}) *gomock.Call
DeleteSecurityList indicates an expected call of DeleteSecurityList.
func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteSubnet ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
DeleteSubnet indicates an expected call of DeleteSubnet.
func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteVcn ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteVcn(arg0, arg1 interface{}) *gomock.Call
DeleteVcn indicates an expected call of DeleteVcn.
func (*MockOCIVirtualNetworkingClientMockRecorder) GetInternetGateway ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
GetInternetGateway indicates an expected call of GetInternetGateway.
func (*MockOCIVirtualNetworkingClientMockRecorder) GetRouteTable ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
GetRouteTable indicates an expected call of GetRouteTable.
func (*MockOCIVirtualNetworkingClientMockRecorder) GetSecurityList ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetSecurityList(arg0, arg1 interface{}) *gomock.Call
GetSecurityList indicates an expected call of GetSecurityList.
func (*MockOCIVirtualNetworkingClientMockRecorder) GetSubnet ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetSubnet(arg0, arg1 interface{}) *gomock.Call
GetSubnet indicates an expected call of GetSubnet.
func (*MockOCIVirtualNetworkingClientMockRecorder) GetVcn ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetVcn(arg0, arg1 interface{}) *gomock.Call
GetVcn indicates an expected call of GetVcn.
func (*MockOCIVirtualNetworkingClientMockRecorder) GetVnic ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetVnic(arg0, arg1 interface{}) *gomock.Call
GetVnic indicates an expected call of GetVnic.
func (*MockOCIVirtualNetworkingClientMockRecorder) ListInternetGateways ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListInternetGateways(arg0, arg1 interface{}) *gomock.Call
ListInternetGateways indicates an expected call of ListInternetGateways.
func (*MockOCIVirtualNetworkingClientMockRecorder) ListRouteTables ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListRouteTables(arg0, arg1 interface{}) *gomock.Call
ListRouteTables indicates an expected call of ListRouteTables.
func (*MockOCIVirtualNetworkingClientMockRecorder) ListSecurityLists ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListSecurityLists(arg0, arg1 interface{}) *gomock.Call
ListSecurityLists indicates an expected call of ListSecurityLists.
func (*MockOCIVirtualNetworkingClientMockRecorder) ListSubnets ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListSubnets(arg0, arg1 interface{}) *gomock.Call
ListSubnets indicates an expected call of ListSubnets.
func (*MockOCIVirtualNetworkingClientMockRecorder) ListVcns ¶
func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListVcns(arg0, arg1 interface{}) *gomock.Call
ListVcns indicates an expected call of ListVcns.
type MockStorageClient ¶
type MockStorageClient struct {
// contains filtered or unexported fields
}
MockStorageClient is a mock of StorageClient interface.
func NewMockStorageClient ¶
func NewMockStorageClient(ctrl *gomock.Controller) *MockStorageClient
NewMockStorageClient creates a new mock instance.
func (*MockStorageClient) CreateVolume ¶
func (m *MockStorageClient) CreateVolume(arg0 context.Context, arg1 core.CreateVolumeRequest) (core.CreateVolumeResponse, error)
CreateVolume mocks base method.
func (*MockStorageClient) DeleteVolume ¶
func (m *MockStorageClient) DeleteVolume(arg0 context.Context, arg1 core.DeleteVolumeRequest) (core.DeleteVolumeResponse, error)
DeleteVolume mocks base method.
func (*MockStorageClient) EXPECT ¶
func (m *MockStorageClient) EXPECT() *MockStorageClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStorageClient) GetVolume ¶
func (m *MockStorageClient) GetVolume(arg0 context.Context, arg1 core.GetVolumeRequest) (core.GetVolumeResponse, error)
GetVolume mocks base method.
func (*MockStorageClient) ListVolumes ¶
ListVolumes mocks base method.
func (*MockStorageClient) UpdateVolume ¶
func (m *MockStorageClient) UpdateVolume(arg0 context.Context, arg1 core.UpdateVolumeRequest) (core.UpdateVolumeResponse, error)
UpdateVolume mocks base method.
type MockStorageClientMockRecorder ¶
type MockStorageClientMockRecorder struct {
// contains filtered or unexported fields
}
MockStorageClientMockRecorder is the mock recorder for MockStorageClient.
func (*MockStorageClientMockRecorder) CreateVolume ¶
func (mr *MockStorageClientMockRecorder) CreateVolume(arg0, arg1 interface{}) *gomock.Call
CreateVolume indicates an expected call of CreateVolume.
func (*MockStorageClientMockRecorder) DeleteVolume ¶
func (mr *MockStorageClientMockRecorder) DeleteVolume(arg0, arg1 interface{}) *gomock.Call
DeleteVolume indicates an expected call of DeleteVolume.
func (*MockStorageClientMockRecorder) GetVolume ¶
func (mr *MockStorageClientMockRecorder) GetVolume(arg0, arg1 interface{}) *gomock.Call
GetVolume indicates an expected call of GetVolume.
func (*MockStorageClientMockRecorder) ListVolumes ¶
func (mr *MockStorageClientMockRecorder) ListVolumes(arg0, arg1 interface{}) *gomock.Call
ListVolumes indicates an expected call of ListVolumes.
func (*MockStorageClientMockRecorder) UpdateVolume ¶
func (mr *MockStorageClientMockRecorder) UpdateVolume(arg0, arg1 interface{}) *gomock.Call
UpdateVolume indicates an expected call of UpdateVolume.