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.
Index ¶
- Variables
- 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 MockOCIFirewallClient
- func (m *MockOCIFirewallClient) CreateSecurityList(arg0 context.Context, arg1 core.CreateSecurityListRequest) (core.CreateSecurityListResponse, error)
- func (m *MockOCIFirewallClient) DeleteSecurityList(arg0 context.Context, arg1 core.DeleteSecurityListRequest) (core.DeleteSecurityListResponse, error)
- func (m *MockOCIFirewallClient) EXPECT() *MockOCIFirewallClientMockRecorder
- func (m *MockOCIFirewallClient) GetSecurityList(arg0 context.Context, arg1 core.GetSecurityListRequest) (core.GetSecurityListResponse, error)
- func (m *MockOCIFirewallClient) ListSecurityLists(arg0 context.Context, arg1 core.ListSecurityListsRequest) (core.ListSecurityListsResponse, error)
- type MockOCIFirewallClientMockRecorder
- func (mr *MockOCIFirewallClientMockRecorder) CreateSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIFirewallClientMockRecorder) DeleteSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIFirewallClientMockRecorder) GetSecurityList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCIFirewallClientMockRecorder) ListSecurityLists(arg0, arg1 interface{}) *gomock.Call
- type MockOCIIdentityClient
- func (m *MockOCIIdentityClient) EXPECT() *MockOCIIdentityClientMockRecorder
- func (m *MockOCIIdentityClient) ListAvailabilityDomains(arg0 context.Context, arg1 identity.ListAvailabilityDomainsRequest) (identity.ListAvailabilityDomainsResponse, error)
- func (m *MockOCIIdentityClient) ListCompartments(arg0 context.Context, arg1 identity.ListCompartmentsRequest) (identity.ListCompartmentsResponse, error)
- type MockOCIIdentityClientMockRecorder
- type MockOCINetworkingClient
- func (m *MockOCINetworkingClient) CreateInternetGateway(arg0 context.Context, arg1 core.CreateInternetGatewayRequest) (core.CreateInternetGatewayResponse, error)
- func (m *MockOCINetworkingClient) CreateRouteTable(arg0 context.Context, arg1 core.CreateRouteTableRequest) (core.CreateRouteTableResponse, error)
- func (m *MockOCINetworkingClient) CreateSubnet(arg0 context.Context, arg1 core.CreateSubnetRequest) (core.CreateSubnetResponse, error)
- func (m *MockOCINetworkingClient) CreateVcn(arg0 context.Context, arg1 core.CreateVcnRequest) (core.CreateVcnResponse, error)
- func (m *MockOCINetworkingClient) DeleteInternetGateway(arg0 context.Context, arg1 core.DeleteInternetGatewayRequest) (core.DeleteInternetGatewayResponse, error)
- func (m *MockOCINetworkingClient) DeleteRouteTable(arg0 context.Context, arg1 core.DeleteRouteTableRequest) (core.DeleteRouteTableResponse, error)
- func (m *MockOCINetworkingClient) DeleteSubnet(arg0 context.Context, arg1 core.DeleteSubnetRequest) (core.DeleteSubnetResponse, error)
- func (m *MockOCINetworkingClient) DeleteVcn(arg0 context.Context, arg1 core.DeleteVcnRequest) (core.DeleteVcnResponse, error)
- func (m *MockOCINetworkingClient) EXPECT() *MockOCINetworkingClientMockRecorder
- func (m *MockOCINetworkingClient) GetInternetGateway(arg0 context.Context, arg1 core.GetInternetGatewayRequest) (core.GetInternetGatewayResponse, error)
- func (m *MockOCINetworkingClient) GetRouteTable(arg0 context.Context, arg1 core.GetRouteTableRequest) (core.GetRouteTableResponse, error)
- func (m *MockOCINetworkingClient) GetSubnet(arg0 context.Context, arg1 core.GetSubnetRequest) (core.GetSubnetResponse, error)
- func (m *MockOCINetworkingClient) GetVcn(arg0 context.Context, arg1 core.GetVcnRequest) (core.GetVcnResponse, error)
- func (m *MockOCINetworkingClient) GetVnic(arg0 context.Context, arg1 core.GetVnicRequest) (core.GetVnicResponse, error)
- func (m *MockOCINetworkingClient) ListInternetGateways(arg0 context.Context, arg1 core.ListInternetGatewaysRequest) (core.ListInternetGatewaysResponse, error)
- func (m *MockOCINetworkingClient) ListRouteTables(arg0 context.Context, arg1 core.ListRouteTablesRequest) (core.ListRouteTablesResponse, error)
- func (m *MockOCINetworkingClient) ListSubnets(arg0 context.Context, arg1 core.ListSubnetsRequest) (core.ListSubnetsResponse, error)
- func (m *MockOCINetworkingClient) ListVcns(arg0 context.Context, arg1 core.ListVcnsRequest) (core.ListVcnsResponse, error)
- type MockOCINetworkingClientMockRecorder
- func (mr *MockOCINetworkingClientMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) CreateVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) DeleteVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) GetSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) GetVcn(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) GetVnic(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) ListInternetGateways(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) ListRouteTables(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) ListSubnets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOCINetworkingClientMockRecorder) ListVcns(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
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 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 MockOCIFirewallClient ¶
type MockOCIFirewallClient struct {
// contains filtered or unexported fields
}
MockOCIFirewallClient is a mock of OCIFirewallClient interface
func NewMockOCIFirewallClient ¶
func NewMockOCIFirewallClient(ctrl *gomock.Controller) *MockOCIFirewallClient
NewMockOCIFirewallClient creates a new mock instance
func (*MockOCIFirewallClient) CreateSecurityList ¶
func (m *MockOCIFirewallClient) CreateSecurityList(arg0 context.Context, arg1 core.CreateSecurityListRequest) (core.CreateSecurityListResponse, error)
CreateSecurityList mocks base method
func (*MockOCIFirewallClient) DeleteSecurityList ¶
func (m *MockOCIFirewallClient) DeleteSecurityList(arg0 context.Context, arg1 core.DeleteSecurityListRequest) (core.DeleteSecurityListResponse, error)
DeleteSecurityList mocks base method
func (*MockOCIFirewallClient) EXPECT ¶
func (m *MockOCIFirewallClient) EXPECT() *MockOCIFirewallClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOCIFirewallClient) GetSecurityList ¶
func (m *MockOCIFirewallClient) GetSecurityList(arg0 context.Context, arg1 core.GetSecurityListRequest) (core.GetSecurityListResponse, error)
GetSecurityList mocks base method
func (*MockOCIFirewallClient) ListSecurityLists ¶
func (m *MockOCIFirewallClient) ListSecurityLists(arg0 context.Context, arg1 core.ListSecurityListsRequest) (core.ListSecurityListsResponse, error)
ListSecurityLists mocks base method
type MockOCIFirewallClientMockRecorder ¶
type MockOCIFirewallClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOCIFirewallClientMockRecorder is the mock recorder for MockOCIFirewallClient
func (*MockOCIFirewallClientMockRecorder) CreateSecurityList ¶
func (mr *MockOCIFirewallClientMockRecorder) CreateSecurityList(arg0, arg1 interface{}) *gomock.Call
CreateSecurityList indicates an expected call of CreateSecurityList
func (*MockOCIFirewallClientMockRecorder) DeleteSecurityList ¶
func (mr *MockOCIFirewallClientMockRecorder) DeleteSecurityList(arg0, arg1 interface{}) *gomock.Call
DeleteSecurityList indicates an expected call of DeleteSecurityList
func (*MockOCIFirewallClientMockRecorder) GetSecurityList ¶
func (mr *MockOCIFirewallClientMockRecorder) GetSecurityList(arg0, arg1 interface{}) *gomock.Call
GetSecurityList indicates an expected call of GetSecurityList
func (*MockOCIFirewallClientMockRecorder) ListSecurityLists ¶
func (mr *MockOCIFirewallClientMockRecorder) ListSecurityLists(arg0, arg1 interface{}) *gomock.Call
ListSecurityLists indicates an expected call of ListSecurityLists
type MockOCIIdentityClient ¶
type MockOCIIdentityClient struct {
// contains filtered or unexported fields
}
MockOCIIdentityClient is a mock of OCIIdentityClient interface
func NewMockOCIIdentityClient ¶
func NewMockOCIIdentityClient(ctrl *gomock.Controller) *MockOCIIdentityClient
NewMockOCIIdentityClient creates a new mock instance
func (*MockOCIIdentityClient) EXPECT ¶
func (m *MockOCIIdentityClient) EXPECT() *MockOCIIdentityClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOCIIdentityClient) ListAvailabilityDomains ¶
func (m *MockOCIIdentityClient) ListAvailabilityDomains(arg0 context.Context, arg1 identity.ListAvailabilityDomainsRequest) (identity.ListAvailabilityDomainsResponse, error)
ListAvailabilityDomains mocks base method
func (*MockOCIIdentityClient) ListCompartments ¶
func (m *MockOCIIdentityClient) ListCompartments(arg0 context.Context, arg1 identity.ListCompartmentsRequest) (identity.ListCompartmentsResponse, error)
ListCompartments mocks base method
type MockOCIIdentityClientMockRecorder ¶
type MockOCIIdentityClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOCIIdentityClientMockRecorder is the mock recorder for MockOCIIdentityClient
func (*MockOCIIdentityClientMockRecorder) ListAvailabilityDomains ¶
func (mr *MockOCIIdentityClientMockRecorder) ListAvailabilityDomains(arg0, arg1 interface{}) *gomock.Call
ListAvailabilityDomains indicates an expected call of ListAvailabilityDomains
func (*MockOCIIdentityClientMockRecorder) ListCompartments ¶
func (mr *MockOCIIdentityClientMockRecorder) ListCompartments(arg0, arg1 interface{}) *gomock.Call
ListCompartments indicates an expected call of ListCompartments
type MockOCINetworkingClient ¶
type MockOCINetworkingClient struct {
// contains filtered or unexported fields
}
MockOCINetworkingClient is a mock of OCINetworkingClient interface
func NewMockOCINetworkingClient ¶
func NewMockOCINetworkingClient(ctrl *gomock.Controller) *MockOCINetworkingClient
NewMockOCINetworkingClient creates a new mock instance
func (*MockOCINetworkingClient) CreateInternetGateway ¶
func (m *MockOCINetworkingClient) CreateInternetGateway(arg0 context.Context, arg1 core.CreateInternetGatewayRequest) (core.CreateInternetGatewayResponse, error)
CreateInternetGateway mocks base method
func (*MockOCINetworkingClient) CreateRouteTable ¶
func (m *MockOCINetworkingClient) CreateRouteTable(arg0 context.Context, arg1 core.CreateRouteTableRequest) (core.CreateRouteTableResponse, error)
CreateRouteTable mocks base method
func (*MockOCINetworkingClient) CreateSubnet ¶
func (m *MockOCINetworkingClient) CreateSubnet(arg0 context.Context, arg1 core.CreateSubnetRequest) (core.CreateSubnetResponse, error)
CreateSubnet mocks base method
func (*MockOCINetworkingClient) CreateVcn ¶
func (m *MockOCINetworkingClient) CreateVcn(arg0 context.Context, arg1 core.CreateVcnRequest) (core.CreateVcnResponse, error)
CreateVcn mocks base method
func (*MockOCINetworkingClient) DeleteInternetGateway ¶
func (m *MockOCINetworkingClient) DeleteInternetGateway(arg0 context.Context, arg1 core.DeleteInternetGatewayRequest) (core.DeleteInternetGatewayResponse, error)
DeleteInternetGateway mocks base method
func (*MockOCINetworkingClient) DeleteRouteTable ¶
func (m *MockOCINetworkingClient) DeleteRouteTable(arg0 context.Context, arg1 core.DeleteRouteTableRequest) (core.DeleteRouteTableResponse, error)
DeleteRouteTable mocks base method
func (*MockOCINetworkingClient) DeleteSubnet ¶
func (m *MockOCINetworkingClient) DeleteSubnet(arg0 context.Context, arg1 core.DeleteSubnetRequest) (core.DeleteSubnetResponse, error)
DeleteSubnet mocks base method
func (*MockOCINetworkingClient) DeleteVcn ¶
func (m *MockOCINetworkingClient) DeleteVcn(arg0 context.Context, arg1 core.DeleteVcnRequest) (core.DeleteVcnResponse, error)
DeleteVcn mocks base method
func (*MockOCINetworkingClient) EXPECT ¶
func (m *MockOCINetworkingClient) EXPECT() *MockOCINetworkingClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOCINetworkingClient) GetInternetGateway ¶
func (m *MockOCINetworkingClient) GetInternetGateway(arg0 context.Context, arg1 core.GetInternetGatewayRequest) (core.GetInternetGatewayResponse, error)
GetInternetGateway mocks base method
func (*MockOCINetworkingClient) GetRouteTable ¶
func (m *MockOCINetworkingClient) GetRouteTable(arg0 context.Context, arg1 core.GetRouteTableRequest) (core.GetRouteTableResponse, error)
GetRouteTable mocks base method
func (*MockOCINetworkingClient) GetSubnet ¶
func (m *MockOCINetworkingClient) GetSubnet(arg0 context.Context, arg1 core.GetSubnetRequest) (core.GetSubnetResponse, error)
GetSubnet mocks base method
func (*MockOCINetworkingClient) GetVcn ¶
func (m *MockOCINetworkingClient) GetVcn(arg0 context.Context, arg1 core.GetVcnRequest) (core.GetVcnResponse, error)
GetVcn mocks base method
func (*MockOCINetworkingClient) GetVnic ¶
func (m *MockOCINetworkingClient) GetVnic(arg0 context.Context, arg1 core.GetVnicRequest) (core.GetVnicResponse, error)
GetVnic mocks base method
func (*MockOCINetworkingClient) ListInternetGateways ¶
func (m *MockOCINetworkingClient) ListInternetGateways(arg0 context.Context, arg1 core.ListInternetGatewaysRequest) (core.ListInternetGatewaysResponse, error)
ListInternetGateways mocks base method
func (*MockOCINetworkingClient) ListRouteTables ¶
func (m *MockOCINetworkingClient) ListRouteTables(arg0 context.Context, arg1 core.ListRouteTablesRequest) (core.ListRouteTablesResponse, error)
ListRouteTables mocks base method
func (*MockOCINetworkingClient) ListSubnets ¶
func (m *MockOCINetworkingClient) ListSubnets(arg0 context.Context, arg1 core.ListSubnetsRequest) (core.ListSubnetsResponse, error)
ListSubnets mocks base method
func (*MockOCINetworkingClient) ListVcns ¶
func (m *MockOCINetworkingClient) ListVcns(arg0 context.Context, arg1 core.ListVcnsRequest) (core.ListVcnsResponse, error)
ListVcns mocks base method
type MockOCINetworkingClientMockRecorder ¶
type MockOCINetworkingClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOCINetworkingClientMockRecorder is the mock recorder for MockOCINetworkingClient
func (*MockOCINetworkingClientMockRecorder) CreateInternetGateway ¶
func (mr *MockOCINetworkingClientMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
CreateInternetGateway indicates an expected call of CreateInternetGateway
func (*MockOCINetworkingClientMockRecorder) CreateRouteTable ¶
func (mr *MockOCINetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
CreateRouteTable indicates an expected call of CreateRouteTable
func (*MockOCINetworkingClientMockRecorder) CreateSubnet ¶
func (mr *MockOCINetworkingClientMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
CreateSubnet indicates an expected call of CreateSubnet
func (*MockOCINetworkingClientMockRecorder) CreateVcn ¶
func (mr *MockOCINetworkingClientMockRecorder) CreateVcn(arg0, arg1 interface{}) *gomock.Call
CreateVcn indicates an expected call of CreateVcn
func (*MockOCINetworkingClientMockRecorder) DeleteInternetGateway ¶
func (mr *MockOCINetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
DeleteInternetGateway indicates an expected call of DeleteInternetGateway
func (*MockOCINetworkingClientMockRecorder) DeleteRouteTable ¶
func (mr *MockOCINetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
DeleteRouteTable indicates an expected call of DeleteRouteTable
func (*MockOCINetworkingClientMockRecorder) DeleteSubnet ¶
func (mr *MockOCINetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
DeleteSubnet indicates an expected call of DeleteSubnet
func (*MockOCINetworkingClientMockRecorder) DeleteVcn ¶
func (mr *MockOCINetworkingClientMockRecorder) DeleteVcn(arg0, arg1 interface{}) *gomock.Call
DeleteVcn indicates an expected call of DeleteVcn
func (*MockOCINetworkingClientMockRecorder) GetInternetGateway ¶
func (mr *MockOCINetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
GetInternetGateway indicates an expected call of GetInternetGateway
func (*MockOCINetworkingClientMockRecorder) GetRouteTable ¶
func (mr *MockOCINetworkingClientMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
GetRouteTable indicates an expected call of GetRouteTable
func (*MockOCINetworkingClientMockRecorder) GetSubnet ¶
func (mr *MockOCINetworkingClientMockRecorder) GetSubnet(arg0, arg1 interface{}) *gomock.Call
GetSubnet indicates an expected call of GetSubnet
func (*MockOCINetworkingClientMockRecorder) GetVcn ¶
func (mr *MockOCINetworkingClientMockRecorder) GetVcn(arg0, arg1 interface{}) *gomock.Call
GetVcn indicates an expected call of GetVcn
func (*MockOCINetworkingClientMockRecorder) GetVnic ¶
func (mr *MockOCINetworkingClientMockRecorder) GetVnic(arg0, arg1 interface{}) *gomock.Call
GetVnic indicates an expected call of GetVnic
func (*MockOCINetworkingClientMockRecorder) ListInternetGateways ¶
func (mr *MockOCINetworkingClientMockRecorder) ListInternetGateways(arg0, arg1 interface{}) *gomock.Call
ListInternetGateways indicates an expected call of ListInternetGateways
func (*MockOCINetworkingClientMockRecorder) ListRouteTables ¶
func (mr *MockOCINetworkingClientMockRecorder) ListRouteTables(arg0, arg1 interface{}) *gomock.Call
ListRouteTables indicates an expected call of ListRouteTables
func (*MockOCINetworkingClientMockRecorder) ListSubnets ¶
func (mr *MockOCINetworkingClientMockRecorder) ListSubnets(arg0, arg1 interface{}) *gomock.Call
ListSubnets indicates an expected call of ListSubnets
func (*MockOCINetworkingClientMockRecorder) ListVcns ¶
func (mr *MockOCINetworkingClientMockRecorder) ListVcns(arg0, arg1 interface{}) *gomock.Call
ListVcns indicates an expected call of ListVcns
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