testing

package
v0.0.0-...-b9bb202 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci/common (interfaces: OCIComputeClient)

Generated by this command:

mockgen -typed -package testing -destination ../testing/mocks_clientcompute.go -write_package_comment=false github.com/juju/juju/internal/provider/oci/common OCIComputeClient

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci/common (interfaces: OCIVirtualNetworkingClient)

Generated by this command:

mockgen -typed -package testing -destination ../testing/mocks_clientnetworking.go -write_package_comment=false github.com/juju/juju/internal/provider/oci/common OCIVirtualNetworkingClient

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci/common (interfaces: OCIStorageClient)

Generated by this command:

mockgen -typed -package testing -destination ../testing/mocks_clientstorage.go -write_package_comment=false github.com/juju/juju/internal/provider/oci/common OCIStorageClient

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci (interfaces: ComputeClient)

Generated by this command:

mockgen -typed -package testing -destination testing/mocks_compute.go -write_package_comment=false github.com/juju/juju/internal/provider/oci ComputeClient

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci (interfaces: FirewallClient)

Generated by this command:

mockgen -typed -package testing -destination testing/mocks_firewall.go -write_package_comment=false github.com/juju/juju/internal/provider/oci FirewallClient

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci (interfaces: IdentityClient)

Generated by this command:

mockgen -typed -package testing -destination testing/mocks_identity.go -write_package_comment=false github.com/juju/juju/internal/provider/oci IdentityClient

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci (interfaces: NetworkingClient)

Generated by this command:

mockgen -typed -package testing -destination testing/mocks_networking.go -write_package_comment=false github.com/juju/juju/internal/provider/oci NetworkingClient

Code generated by MockGen. DO NOT EDIT. Source: github.com/juju/juju/internal/provider/oci (interfaces: StorageClient)

Generated by this command:

mockgen -typed -package testing -destination testing/mocks_storage.go -write_package_comment=false github.com/juju/juju/internal/provider/oci StorageClient

Index

Constants

This section is empty.

Variables

View Source
var PrivateKeyEncrypted = `` /* 1766-byte string literal not displayed */
View Source
var PrivateKeyEncryptedFingerprint = "97:66:06:3f:d6:31:5a:7d:89:4d:fc:52:08:1b:bc:e4"
View Source
var PrivateKeyPassphrase = "supersecret"
View Source
var PrivateKeyUnencrypted = `` /* 1679-byte string literal not displayed */
View Source
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

AttachVolume mocks base method.

func (*MockComputeClient) DetachVolume

DetachVolume mocks base method.

func (*MockComputeClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockComputeClient) GetInstance

GetInstance mocks base method.

func (*MockComputeClient) GetVolumeAttachment

GetVolumeAttachment mocks base method.

func (*MockComputeClient) LaunchInstance

LaunchInstance mocks base method.

func (*MockComputeClient) ListImages

func (m *MockComputeClient) ListImages(arg0 context.Context, arg1 *string) ([]core.Image, error)

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

TerminateInstance mocks base method.

type MockComputeClientAttachVolumeCall

type MockComputeClientAttachVolumeCall struct {
	*gomock.Call
}

MockComputeClientAttachVolumeCall wrap *gomock.Call

func (*MockComputeClientAttachVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientAttachVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientAttachVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientDetachVolumeCall

type MockComputeClientDetachVolumeCall struct {
	*gomock.Call
}

MockComputeClientDetachVolumeCall wrap *gomock.Call

func (*MockComputeClientDetachVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientDetachVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientDetachVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientGetInstanceCall

type MockComputeClientGetInstanceCall struct {
	*gomock.Call
}

MockComputeClientGetInstanceCall wrap *gomock.Call

func (*MockComputeClientGetInstanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientGetInstanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientGetInstanceCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientGetVolumeAttachmentCall

type MockComputeClientGetVolumeAttachmentCall struct {
	*gomock.Call
}

MockComputeClientGetVolumeAttachmentCall wrap *gomock.Call

func (*MockComputeClientGetVolumeAttachmentCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientGetVolumeAttachmentCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientGetVolumeAttachmentCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientLaunchInstanceCall

type MockComputeClientLaunchInstanceCall struct {
	*gomock.Call
}

MockComputeClientLaunchInstanceCall wrap *gomock.Call

func (*MockComputeClientLaunchInstanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientLaunchInstanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientLaunchInstanceCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientListImagesCall

type MockComputeClientListImagesCall struct {
	*gomock.Call
}

MockComputeClientListImagesCall wrap *gomock.Call

func (*MockComputeClientListImagesCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientListImagesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientListImagesCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientListInstancesCall

type MockComputeClientListInstancesCall struct {
	*gomock.Call
}

MockComputeClientListInstancesCall wrap *gomock.Call

func (*MockComputeClientListInstancesCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientListInstancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientListInstancesCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientListShapesCall

type MockComputeClientListShapesCall struct {
	*gomock.Call
}

MockComputeClientListShapesCall wrap *gomock.Call

func (*MockComputeClientListShapesCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientListShapesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientListShapesCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientListVnicAttachmentsCall

type MockComputeClientListVnicAttachmentsCall struct {
	*gomock.Call
}

MockComputeClientListVnicAttachmentsCall wrap *gomock.Call

func (*MockComputeClientListVnicAttachmentsCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientListVnicAttachmentsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientListVnicAttachmentsCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientListVolumeAttachmentsCall

type MockComputeClientListVolumeAttachmentsCall struct {
	*gomock.Call
}

MockComputeClientListVolumeAttachmentsCall wrap *gomock.Call

func (*MockComputeClientListVolumeAttachmentsCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientListVolumeAttachmentsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientListVolumeAttachmentsCall) Return

Return rewrite *gomock.Call.Return

type MockComputeClientMockRecorder

type MockComputeClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockComputeClientMockRecorder is the mock recorder for MockComputeClient.

func (*MockComputeClientMockRecorder) AttachVolume

AttachVolume indicates an expected call of AttachVolume.

func (*MockComputeClientMockRecorder) DetachVolume

DetachVolume indicates an expected call of DetachVolume.

func (*MockComputeClientMockRecorder) GetInstance

GetInstance indicates an expected call of GetInstance.

func (*MockComputeClientMockRecorder) GetVolumeAttachment

func (mr *MockComputeClientMockRecorder) GetVolumeAttachment(arg0, arg1 any) *MockComputeClientGetVolumeAttachmentCall

GetVolumeAttachment indicates an expected call of GetVolumeAttachment.

func (*MockComputeClientMockRecorder) LaunchInstance

LaunchInstance indicates an expected call of LaunchInstance.

func (*MockComputeClientMockRecorder) ListImages

ListImages indicates an expected call of ListImages.

func (*MockComputeClientMockRecorder) ListInstances

ListInstances indicates an expected call of ListInstances.

func (*MockComputeClientMockRecorder) ListShapes

func (mr *MockComputeClientMockRecorder) ListShapes(arg0, arg1, arg2 any) *MockComputeClientListShapesCall

ListShapes indicates an expected call of ListShapes.

func (*MockComputeClientMockRecorder) ListVnicAttachments

func (mr *MockComputeClientMockRecorder) ListVnicAttachments(arg0, arg1, arg2 any) *MockComputeClientListVnicAttachmentsCall

ListVnicAttachments indicates an expected call of ListVnicAttachments.

func (*MockComputeClientMockRecorder) ListVolumeAttachments

func (mr *MockComputeClientMockRecorder) ListVolumeAttachments(arg0, arg1, arg2 any) *MockComputeClientListVolumeAttachmentsCall

ListVolumeAttachments indicates an expected call of ListVolumeAttachments.

func (*MockComputeClientMockRecorder) TerminateInstance

TerminateInstance indicates an expected call of TerminateInstance.

type MockComputeClientTerminateInstanceCall

type MockComputeClientTerminateInstanceCall struct {
	*gomock.Call
}

MockComputeClientTerminateInstanceCall wrap *gomock.Call

func (*MockComputeClientTerminateInstanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockComputeClientTerminateInstanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockComputeClientTerminateInstanceCall) Return

Return rewrite *gomock.Call.Return

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

CreateSecurityList mocks base method.

func (*MockFirewallClient) DeleteSecurityList

DeleteSecurityList mocks base method.

func (*MockFirewallClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFirewallClient) GetSecurityList

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 MockFirewallClientCreateSecurityListCall

type MockFirewallClientCreateSecurityListCall struct {
	*gomock.Call
}

MockFirewallClientCreateSecurityListCall wrap *gomock.Call

func (*MockFirewallClientCreateSecurityListCall) Do

Do rewrite *gomock.Call.Do

func (*MockFirewallClientCreateSecurityListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFirewallClientCreateSecurityListCall) Return

Return rewrite *gomock.Call.Return

type MockFirewallClientDeleteSecurityListCall

type MockFirewallClientDeleteSecurityListCall struct {
	*gomock.Call
}

MockFirewallClientDeleteSecurityListCall wrap *gomock.Call

func (*MockFirewallClientDeleteSecurityListCall) Do

Do rewrite *gomock.Call.Do

func (*MockFirewallClientDeleteSecurityListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFirewallClientDeleteSecurityListCall) Return

Return rewrite *gomock.Call.Return

type MockFirewallClientGetSecurityListCall

type MockFirewallClientGetSecurityListCall struct {
	*gomock.Call
}

MockFirewallClientGetSecurityListCall wrap *gomock.Call

func (*MockFirewallClientGetSecurityListCall) Do

Do rewrite *gomock.Call.Do

func (*MockFirewallClientGetSecurityListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFirewallClientGetSecurityListCall) Return

Return rewrite *gomock.Call.Return

type MockFirewallClientListSecurityListsCall

type MockFirewallClientListSecurityListsCall struct {
	*gomock.Call
}

MockFirewallClientListSecurityListsCall wrap *gomock.Call

func (*MockFirewallClientListSecurityListsCall) Do

Do rewrite *gomock.Call.Do

func (*MockFirewallClientListSecurityListsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFirewallClientListSecurityListsCall) Return

Return rewrite *gomock.Call.Return

type MockFirewallClientMockRecorder

type MockFirewallClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockFirewallClientMockRecorder is the mock recorder for MockFirewallClient.

func (*MockFirewallClientMockRecorder) CreateSecurityList

CreateSecurityList indicates an expected call of CreateSecurityList.

func (*MockFirewallClientMockRecorder) DeleteSecurityList

DeleteSecurityList indicates an expected call of DeleteSecurityList.

func (*MockFirewallClientMockRecorder) GetSecurityList

GetSecurityList indicates an expected call of GetSecurityList.

func (*MockFirewallClientMockRecorder) ListSecurityLists

func (mr *MockFirewallClientMockRecorder) ListSecurityLists(arg0, arg1, arg2 any) *MockFirewallClientListSecurityListsCall

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIdentityClient) ListAvailabilityDomains

ListAvailabilityDomains mocks base method.

type MockIdentityClientListAvailabilityDomainsCall

type MockIdentityClientListAvailabilityDomainsCall struct {
	*gomock.Call
}

MockIdentityClientListAvailabilityDomainsCall wrap *gomock.Call

func (*MockIdentityClientListAvailabilityDomainsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIdentityClientListAvailabilityDomainsCall) Return

Return rewrite *gomock.Call.Return

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 any) *MockIdentityClientListAvailabilityDomainsCall

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

CreateInternetGateway mocks base method.

func (*MockNetworkingClient) CreateRouteTable

CreateRouteTable mocks base method.

func (*MockNetworkingClient) CreateSubnet

CreateSubnet mocks base method.

func (*MockNetworkingClient) CreateVcn

CreateVcn mocks base method.

func (*MockNetworkingClient) DeleteInternetGateway

DeleteInternetGateway mocks base method.

func (*MockNetworkingClient) DeleteRouteTable

DeleteRouteTable mocks base method.

func (*MockNetworkingClient) DeleteSubnet

DeleteSubnet mocks base method.

func (*MockNetworkingClient) DeleteVcn

DeleteVcn mocks base method.

func (*MockNetworkingClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNetworkingClient) GetInternetGateway

GetInternetGateway mocks base method.

func (*MockNetworkingClient) GetRouteTable

GetRouteTable mocks base method.

func (*MockNetworkingClient) GetSubnet

GetSubnet mocks base method.

func (*MockNetworkingClient) GetVcn

GetVcn mocks base method.

func (*MockNetworkingClient) GetVnic

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.

func (*MockNetworkingClient) ListVcns

func (m *MockNetworkingClient) ListVcns(arg0 context.Context, arg1 *string) ([]core.Vcn, error)

ListVcns mocks base method.

type MockNetworkingClientCreateInternetGatewayCall

type MockNetworkingClientCreateInternetGatewayCall struct {
	*gomock.Call
}

MockNetworkingClientCreateInternetGatewayCall wrap *gomock.Call

func (*MockNetworkingClientCreateInternetGatewayCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientCreateInternetGatewayCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientCreateInternetGatewayCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientCreateRouteTableCall

type MockNetworkingClientCreateRouteTableCall struct {
	*gomock.Call
}

MockNetworkingClientCreateRouteTableCall wrap *gomock.Call

func (*MockNetworkingClientCreateRouteTableCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientCreateRouteTableCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientCreateRouteTableCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientCreateSubnetCall

type MockNetworkingClientCreateSubnetCall struct {
	*gomock.Call
}

MockNetworkingClientCreateSubnetCall wrap *gomock.Call

func (*MockNetworkingClientCreateSubnetCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientCreateSubnetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientCreateSubnetCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientCreateVcnCall

type MockNetworkingClientCreateVcnCall struct {
	*gomock.Call
}

MockNetworkingClientCreateVcnCall wrap *gomock.Call

func (*MockNetworkingClientCreateVcnCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientCreateVcnCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientCreateVcnCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientDeleteInternetGatewayCall

type MockNetworkingClientDeleteInternetGatewayCall struct {
	*gomock.Call
}

MockNetworkingClientDeleteInternetGatewayCall wrap *gomock.Call

func (*MockNetworkingClientDeleteInternetGatewayCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientDeleteInternetGatewayCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientDeleteInternetGatewayCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientDeleteRouteTableCall

type MockNetworkingClientDeleteRouteTableCall struct {
	*gomock.Call
}

MockNetworkingClientDeleteRouteTableCall wrap *gomock.Call

func (*MockNetworkingClientDeleteRouteTableCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientDeleteRouteTableCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientDeleteRouteTableCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientDeleteSubnetCall

type MockNetworkingClientDeleteSubnetCall struct {
	*gomock.Call
}

MockNetworkingClientDeleteSubnetCall wrap *gomock.Call

func (*MockNetworkingClientDeleteSubnetCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientDeleteSubnetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientDeleteSubnetCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientDeleteVcnCall

type MockNetworkingClientDeleteVcnCall struct {
	*gomock.Call
}

MockNetworkingClientDeleteVcnCall wrap *gomock.Call

func (*MockNetworkingClientDeleteVcnCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientDeleteVcnCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientDeleteVcnCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientGetInternetGatewayCall

type MockNetworkingClientGetInternetGatewayCall struct {
	*gomock.Call
}

MockNetworkingClientGetInternetGatewayCall wrap *gomock.Call

func (*MockNetworkingClientGetInternetGatewayCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientGetInternetGatewayCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientGetInternetGatewayCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientGetRouteTableCall

type MockNetworkingClientGetRouteTableCall struct {
	*gomock.Call
}

MockNetworkingClientGetRouteTableCall wrap *gomock.Call

func (*MockNetworkingClientGetRouteTableCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientGetRouteTableCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientGetRouteTableCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientGetSubnetCall

type MockNetworkingClientGetSubnetCall struct {
	*gomock.Call
}

MockNetworkingClientGetSubnetCall wrap *gomock.Call

func (*MockNetworkingClientGetSubnetCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientGetSubnetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientGetSubnetCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientGetVcnCall

type MockNetworkingClientGetVcnCall struct {
	*gomock.Call
}

MockNetworkingClientGetVcnCall wrap *gomock.Call

func (*MockNetworkingClientGetVcnCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientGetVcnCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientGetVcnCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientGetVnicCall

type MockNetworkingClientGetVnicCall struct {
	*gomock.Call
}

MockNetworkingClientGetVnicCall wrap *gomock.Call

func (*MockNetworkingClientGetVnicCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientGetVnicCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientGetVnicCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientListInternetGatewaysCall

type MockNetworkingClientListInternetGatewaysCall struct {
	*gomock.Call
}

MockNetworkingClientListInternetGatewaysCall wrap *gomock.Call

func (*MockNetworkingClientListInternetGatewaysCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientListInternetGatewaysCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientListInternetGatewaysCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientListRouteTablesCall

type MockNetworkingClientListRouteTablesCall struct {
	*gomock.Call
}

MockNetworkingClientListRouteTablesCall wrap *gomock.Call

func (*MockNetworkingClientListRouteTablesCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientListRouteTablesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientListRouteTablesCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientListSubnetsCall

type MockNetworkingClientListSubnetsCall struct {
	*gomock.Call
}

MockNetworkingClientListSubnetsCall wrap *gomock.Call

func (*MockNetworkingClientListSubnetsCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientListSubnetsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientListSubnetsCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientListVcnsCall

type MockNetworkingClientListVcnsCall struct {
	*gomock.Call
}

MockNetworkingClientListVcnsCall wrap *gomock.Call

func (*MockNetworkingClientListVcnsCall) Do

Do rewrite *gomock.Call.Do

func (*MockNetworkingClientListVcnsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNetworkingClientListVcnsCall) Return

Return rewrite *gomock.Call.Return

type MockNetworkingClientMockRecorder

type MockNetworkingClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockNetworkingClientMockRecorder is the mock recorder for MockNetworkingClient.

func (*MockNetworkingClientMockRecorder) CreateInternetGateway

CreateInternetGateway indicates an expected call of CreateInternetGateway.

func (*MockNetworkingClientMockRecorder) CreateRouteTable

CreateRouteTable indicates an expected call of CreateRouteTable.

func (*MockNetworkingClientMockRecorder) CreateSubnet

CreateSubnet indicates an expected call of CreateSubnet.

func (*MockNetworkingClientMockRecorder) CreateVcn

CreateVcn indicates an expected call of CreateVcn.

func (*MockNetworkingClientMockRecorder) DeleteInternetGateway

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockNetworkingClientMockRecorder) DeleteRouteTable

DeleteRouteTable indicates an expected call of DeleteRouteTable.

func (*MockNetworkingClientMockRecorder) DeleteSubnet

DeleteSubnet indicates an expected call of DeleteSubnet.

func (*MockNetworkingClientMockRecorder) DeleteVcn

DeleteVcn indicates an expected call of DeleteVcn.

func (*MockNetworkingClientMockRecorder) GetInternetGateway

GetInternetGateway indicates an expected call of GetInternetGateway.

func (*MockNetworkingClientMockRecorder) GetRouteTable

GetRouteTable indicates an expected call of GetRouteTable.

func (*MockNetworkingClientMockRecorder) GetSubnet

GetSubnet indicates an expected call of GetSubnet.

func (*MockNetworkingClientMockRecorder) GetVcn

GetVcn indicates an expected call of GetVcn.

func (*MockNetworkingClientMockRecorder) GetVnic

GetVnic indicates an expected call of GetVnic.

func (*MockNetworkingClientMockRecorder) ListInternetGateways

func (mr *MockNetworkingClientMockRecorder) ListInternetGateways(arg0, arg1, arg2 any) *MockNetworkingClientListInternetGatewaysCall

ListInternetGateways indicates an expected call of ListInternetGateways.

func (*MockNetworkingClientMockRecorder) ListRouteTables

func (mr *MockNetworkingClientMockRecorder) ListRouteTables(arg0, arg1, arg2 any) *MockNetworkingClientListRouteTablesCall

ListRouteTables indicates an expected call of ListRouteTables.

func (*MockNetworkingClientMockRecorder) ListSubnets

ListSubnets indicates an expected call of ListSubnets.

func (*MockNetworkingClientMockRecorder) ListVcns

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

AttachVolume mocks base method.

func (*MockOCIComputeClient) DetachVolume

DetachVolume mocks base method.

func (*MockOCIComputeClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOCIComputeClient) GetInstance

GetInstance mocks base method.

func (*MockOCIComputeClient) GetVolumeAttachment

GetVolumeAttachment mocks base method.

func (*MockOCIComputeClient) LaunchInstance

LaunchInstance mocks base method.

func (*MockOCIComputeClient) ListImages

ListImages mocks base method.

func (*MockOCIComputeClient) ListInstances

ListInstances mocks base method.

func (*MockOCIComputeClient) ListShapes

ListShapes mocks base method.

func (*MockOCIComputeClient) ListVnicAttachments

ListVnicAttachments mocks base method.

func (*MockOCIComputeClient) ListVolumeAttachments

ListVolumeAttachments mocks base method.

func (*MockOCIComputeClient) TerminateInstance

TerminateInstance mocks base method.

type MockOCIComputeClientAttachVolumeCall

type MockOCIComputeClientAttachVolumeCall struct {
	*gomock.Call
}

MockOCIComputeClientAttachVolumeCall wrap *gomock.Call

func (*MockOCIComputeClientAttachVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientAttachVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientAttachVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientDetachVolumeCall

type MockOCIComputeClientDetachVolumeCall struct {
	*gomock.Call
}

MockOCIComputeClientDetachVolumeCall wrap *gomock.Call

func (*MockOCIComputeClientDetachVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientDetachVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientDetachVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientGetInstanceCall

type MockOCIComputeClientGetInstanceCall struct {
	*gomock.Call
}

MockOCIComputeClientGetInstanceCall wrap *gomock.Call

func (*MockOCIComputeClientGetInstanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientGetInstanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientGetInstanceCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientGetVolumeAttachmentCall

type MockOCIComputeClientGetVolumeAttachmentCall struct {
	*gomock.Call
}

MockOCIComputeClientGetVolumeAttachmentCall wrap *gomock.Call

func (*MockOCIComputeClientGetVolumeAttachmentCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientGetVolumeAttachmentCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientGetVolumeAttachmentCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientLaunchInstanceCall

type MockOCIComputeClientLaunchInstanceCall struct {
	*gomock.Call
}

MockOCIComputeClientLaunchInstanceCall wrap *gomock.Call

func (*MockOCIComputeClientLaunchInstanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientLaunchInstanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientLaunchInstanceCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientListImagesCall

type MockOCIComputeClientListImagesCall struct {
	*gomock.Call
}

MockOCIComputeClientListImagesCall wrap *gomock.Call

func (*MockOCIComputeClientListImagesCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientListImagesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientListImagesCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientListInstancesCall

type MockOCIComputeClientListInstancesCall struct {
	*gomock.Call
}

MockOCIComputeClientListInstancesCall wrap *gomock.Call

func (*MockOCIComputeClientListInstancesCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientListInstancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientListInstancesCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientListShapesCall

type MockOCIComputeClientListShapesCall struct {
	*gomock.Call
}

MockOCIComputeClientListShapesCall wrap *gomock.Call

func (*MockOCIComputeClientListShapesCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientListShapesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientListShapesCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientListVnicAttachmentsCall

type MockOCIComputeClientListVnicAttachmentsCall struct {
	*gomock.Call
}

MockOCIComputeClientListVnicAttachmentsCall wrap *gomock.Call

func (*MockOCIComputeClientListVnicAttachmentsCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientListVnicAttachmentsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientListVnicAttachmentsCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientListVolumeAttachmentsCall

type MockOCIComputeClientListVolumeAttachmentsCall struct {
	*gomock.Call
}

MockOCIComputeClientListVolumeAttachmentsCall wrap *gomock.Call

func (*MockOCIComputeClientListVolumeAttachmentsCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientListVolumeAttachmentsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientListVolumeAttachmentsCall) Return

Return rewrite *gomock.Call.Return

type MockOCIComputeClientMockRecorder

type MockOCIComputeClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockOCIComputeClientMockRecorder is the mock recorder for MockOCIComputeClient.

func (*MockOCIComputeClientMockRecorder) AttachVolume

AttachVolume indicates an expected call of AttachVolume.

func (*MockOCIComputeClientMockRecorder) DetachVolume

DetachVolume indicates an expected call of DetachVolume.

func (*MockOCIComputeClientMockRecorder) GetInstance

GetInstance indicates an expected call of GetInstance.

func (*MockOCIComputeClientMockRecorder) GetVolumeAttachment

GetVolumeAttachment indicates an expected call of GetVolumeAttachment.

func (*MockOCIComputeClientMockRecorder) LaunchInstance

LaunchInstance indicates an expected call of LaunchInstance.

func (*MockOCIComputeClientMockRecorder) ListImages

ListImages indicates an expected call of ListImages.

func (*MockOCIComputeClientMockRecorder) ListInstances

ListInstances indicates an expected call of ListInstances.

func (*MockOCIComputeClientMockRecorder) ListShapes

ListShapes indicates an expected call of ListShapes.

func (*MockOCIComputeClientMockRecorder) ListVnicAttachments

ListVnicAttachments indicates an expected call of ListVnicAttachments.

func (*MockOCIComputeClientMockRecorder) ListVolumeAttachments

ListVolumeAttachments indicates an expected call of ListVolumeAttachments.

func (*MockOCIComputeClientMockRecorder) TerminateInstance

TerminateInstance indicates an expected call of TerminateInstance.

type MockOCIComputeClientTerminateInstanceCall

type MockOCIComputeClientTerminateInstanceCall struct {
	*gomock.Call
}

MockOCIComputeClientTerminateInstanceCall wrap *gomock.Call

func (*MockOCIComputeClientTerminateInstanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIComputeClientTerminateInstanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIComputeClientTerminateInstanceCall) Return

Return rewrite *gomock.Call.Return

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

CreateVolume mocks base method.

func (*MockOCIStorageClient) DeleteVolume

DeleteVolume mocks base method.

func (*MockOCIStorageClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOCIStorageClient) GetVolume

GetVolume mocks base method.

func (*MockOCIStorageClient) ListVolumes

ListVolumes mocks base method.

func (*MockOCIStorageClient) UpdateVolume

UpdateVolume mocks base method.

type MockOCIStorageClientCreateVolumeCall

type MockOCIStorageClientCreateVolumeCall struct {
	*gomock.Call
}

MockOCIStorageClientCreateVolumeCall wrap *gomock.Call

func (*MockOCIStorageClientCreateVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIStorageClientCreateVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIStorageClientCreateVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockOCIStorageClientDeleteVolumeCall

type MockOCIStorageClientDeleteVolumeCall struct {
	*gomock.Call
}

MockOCIStorageClientDeleteVolumeCall wrap *gomock.Call

func (*MockOCIStorageClientDeleteVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIStorageClientDeleteVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIStorageClientDeleteVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockOCIStorageClientGetVolumeCall

type MockOCIStorageClientGetVolumeCall struct {
	*gomock.Call
}

MockOCIStorageClientGetVolumeCall wrap *gomock.Call

func (*MockOCIStorageClientGetVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIStorageClientGetVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIStorageClientGetVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockOCIStorageClientListVolumesCall

type MockOCIStorageClientListVolumesCall struct {
	*gomock.Call
}

MockOCIStorageClientListVolumesCall wrap *gomock.Call

func (*MockOCIStorageClientListVolumesCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIStorageClientListVolumesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIStorageClientListVolumesCall) Return

Return rewrite *gomock.Call.Return

type MockOCIStorageClientMockRecorder

type MockOCIStorageClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockOCIStorageClientMockRecorder is the mock recorder for MockOCIStorageClient.

func (*MockOCIStorageClientMockRecorder) CreateVolume

CreateVolume indicates an expected call of CreateVolume.

func (*MockOCIStorageClientMockRecorder) DeleteVolume

DeleteVolume indicates an expected call of DeleteVolume.

func (*MockOCIStorageClientMockRecorder) GetVolume

GetVolume indicates an expected call of GetVolume.

func (*MockOCIStorageClientMockRecorder) ListVolumes

ListVolumes indicates an expected call of ListVolumes.

func (*MockOCIStorageClientMockRecorder) UpdateVolume

UpdateVolume indicates an expected call of UpdateVolume.

type MockOCIStorageClientUpdateVolumeCall

type MockOCIStorageClientUpdateVolumeCall struct {
	*gomock.Call
}

MockOCIStorageClientUpdateVolumeCall wrap *gomock.Call

func (*MockOCIStorageClientUpdateVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIStorageClientUpdateVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIStorageClientUpdateVolumeCall) Return

Return rewrite *gomock.Call.Return

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

CreateInternetGateway mocks base method.

func (*MockOCIVirtualNetworkingClient) CreateRouteTable

CreateRouteTable mocks base method.

func (*MockOCIVirtualNetworkingClient) CreateSecurityList

CreateSecurityList mocks base method.

func (*MockOCIVirtualNetworkingClient) CreateSubnet

CreateSubnet mocks base method.

func (*MockOCIVirtualNetworkingClient) CreateVcn

CreateVcn mocks base method.

func (*MockOCIVirtualNetworkingClient) DeleteInternetGateway

DeleteInternetGateway mocks base method.

func (*MockOCIVirtualNetworkingClient) DeleteRouteTable

DeleteRouteTable mocks base method.

func (*MockOCIVirtualNetworkingClient) DeleteSecurityList

DeleteSecurityList mocks base method.

func (*MockOCIVirtualNetworkingClient) DeleteSubnet

DeleteSubnet mocks base method.

func (*MockOCIVirtualNetworkingClient) DeleteVcn

DeleteVcn mocks base method.

func (*MockOCIVirtualNetworkingClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOCIVirtualNetworkingClient) GetInternetGateway

GetInternetGateway mocks base method.

func (*MockOCIVirtualNetworkingClient) GetRouteTable

GetRouteTable mocks base method.

func (*MockOCIVirtualNetworkingClient) GetSecurityList

GetSecurityList mocks base method.

func (*MockOCIVirtualNetworkingClient) GetSubnet

GetSubnet mocks base method.

func (*MockOCIVirtualNetworkingClient) GetVcn

GetVcn mocks base method.

func (*MockOCIVirtualNetworkingClient) GetVnic

GetVnic mocks base method.

func (*MockOCIVirtualNetworkingClient) ListInternetGateways

ListInternetGateways mocks base method.

func (*MockOCIVirtualNetworkingClient) ListRouteTables

ListRouteTables mocks base method.

func (*MockOCIVirtualNetworkingClient) ListSecurityLists

ListSecurityLists mocks base method.

func (*MockOCIVirtualNetworkingClient) ListSubnets

ListSubnets mocks base method.

func (*MockOCIVirtualNetworkingClient) ListVcns

ListVcns mocks base method.

type MockOCIVirtualNetworkingClientCreateInternetGatewayCall

type MockOCIVirtualNetworkingClientCreateInternetGatewayCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientCreateInternetGatewayCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientCreateInternetGatewayCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientCreateInternetGatewayCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientCreateRouteTableCall

type MockOCIVirtualNetworkingClientCreateRouteTableCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientCreateRouteTableCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientCreateRouteTableCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientCreateRouteTableCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientCreateRouteTableCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientCreateSecurityListCall

type MockOCIVirtualNetworkingClientCreateSecurityListCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientCreateSecurityListCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientCreateSecurityListCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientCreateSecurityListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientCreateSecurityListCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientCreateSubnetCall

type MockOCIVirtualNetworkingClientCreateSubnetCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientCreateSubnetCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientCreateSubnetCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientCreateSubnetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientCreateSubnetCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientCreateVcnCall

type MockOCIVirtualNetworkingClientCreateVcnCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientCreateVcnCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientCreateVcnCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientCreateVcnCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientCreateVcnCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientDeleteInternetGatewayCall

type MockOCIVirtualNetworkingClientDeleteInternetGatewayCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientDeleteInternetGatewayCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientDeleteInternetGatewayCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientDeleteInternetGatewayCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientDeleteRouteTableCall

type MockOCIVirtualNetworkingClientDeleteRouteTableCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientDeleteRouteTableCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientDeleteRouteTableCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientDeleteRouteTableCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientDeleteRouteTableCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientDeleteSecurityListCall

type MockOCIVirtualNetworkingClientDeleteSecurityListCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientDeleteSecurityListCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientDeleteSecurityListCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientDeleteSecurityListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientDeleteSecurityListCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientDeleteSubnetCall

type MockOCIVirtualNetworkingClientDeleteSubnetCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientDeleteSubnetCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientDeleteSubnetCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientDeleteSubnetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientDeleteSubnetCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientDeleteVcnCall

type MockOCIVirtualNetworkingClientDeleteVcnCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientDeleteVcnCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientDeleteVcnCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientDeleteVcnCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientDeleteVcnCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientGetInternetGatewayCall

type MockOCIVirtualNetworkingClientGetInternetGatewayCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientGetInternetGatewayCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientGetInternetGatewayCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientGetInternetGatewayCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientGetInternetGatewayCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientGetRouteTableCall

type MockOCIVirtualNetworkingClientGetRouteTableCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientGetRouteTableCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientGetRouteTableCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientGetRouteTableCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientGetRouteTableCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientGetSecurityListCall

type MockOCIVirtualNetworkingClientGetSecurityListCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientGetSecurityListCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientGetSecurityListCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientGetSecurityListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientGetSecurityListCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientGetSubnetCall

type MockOCIVirtualNetworkingClientGetSubnetCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientGetSubnetCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientGetSubnetCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientGetSubnetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientGetSubnetCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientGetVcnCall

type MockOCIVirtualNetworkingClientGetVcnCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientGetVcnCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientGetVcnCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientGetVcnCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientGetVcnCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientGetVnicCall

type MockOCIVirtualNetworkingClientGetVnicCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientGetVnicCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientGetVnicCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientGetVnicCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientGetVnicCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientListInternetGatewaysCall

type MockOCIVirtualNetworkingClientListInternetGatewaysCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientListInternetGatewaysCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientListInternetGatewaysCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientListInternetGatewaysCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientListRouteTablesCall

type MockOCIVirtualNetworkingClientListRouteTablesCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientListRouteTablesCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientListRouteTablesCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientListRouteTablesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientListRouteTablesCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientListSecurityListsCall

type MockOCIVirtualNetworkingClientListSecurityListsCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientListSecurityListsCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientListSecurityListsCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientListSecurityListsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientListSecurityListsCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientListSubnetsCall

type MockOCIVirtualNetworkingClientListSubnetsCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientListSubnetsCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientListSubnetsCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientListSubnetsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientListSubnetsCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientListVcnsCall

type MockOCIVirtualNetworkingClientListVcnsCall struct {
	*gomock.Call
}

MockOCIVirtualNetworkingClientListVcnsCall wrap *gomock.Call

func (*MockOCIVirtualNetworkingClientListVcnsCall) Do

Do rewrite *gomock.Call.Do

func (*MockOCIVirtualNetworkingClientListVcnsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockOCIVirtualNetworkingClientListVcnsCall) Return

Return rewrite *gomock.Call.Return

type MockOCIVirtualNetworkingClientMockRecorder

type MockOCIVirtualNetworkingClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockOCIVirtualNetworkingClientMockRecorder is the mock recorder for MockOCIVirtualNetworkingClient.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateInternetGateway

CreateInternetGateway indicates an expected call of CreateInternetGateway.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateRouteTable

CreateRouteTable indicates an expected call of CreateRouteTable.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateSecurityList

CreateSecurityList indicates an expected call of CreateSecurityList.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateSubnet

CreateSubnet indicates an expected call of CreateSubnet.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateVcn

CreateVcn indicates an expected call of CreateVcn.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteInternetGateway

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteRouteTable

DeleteRouteTable indicates an expected call of DeleteRouteTable.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteSecurityList

DeleteSecurityList indicates an expected call of DeleteSecurityList.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteSubnet

DeleteSubnet indicates an expected call of DeleteSubnet.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteVcn

DeleteVcn indicates an expected call of DeleteVcn.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetInternetGateway

GetInternetGateway indicates an expected call of GetInternetGateway.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetRouteTable

GetRouteTable indicates an expected call of GetRouteTable.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetSecurityList

GetSecurityList indicates an expected call of GetSecurityList.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetSubnet

GetSubnet indicates an expected call of GetSubnet.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetVcn

GetVcn indicates an expected call of GetVcn.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetVnic

GetVnic indicates an expected call of GetVnic.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListInternetGateways

ListInternetGateways indicates an expected call of ListInternetGateways.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListRouteTables

ListRouteTables indicates an expected call of ListRouteTables.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListSecurityLists

ListSecurityLists indicates an expected call of ListSecurityLists.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListSubnets

ListSubnets indicates an expected call of ListSubnets.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListVcns

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

CreateVolume mocks base method.

func (*MockStorageClient) DeleteVolume

DeleteVolume mocks base method.

func (*MockStorageClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStorageClient) GetVolume

GetVolume mocks base method.

func (*MockStorageClient) ListVolumes

func (m *MockStorageClient) ListVolumes(arg0 context.Context, arg1 *string) ([]core.Volume, error)

ListVolumes mocks base method.

func (*MockStorageClient) UpdateVolume

UpdateVolume mocks base method.

type MockStorageClientCreateVolumeCall

type MockStorageClientCreateVolumeCall struct {
	*gomock.Call
}

MockStorageClientCreateVolumeCall wrap *gomock.Call

func (*MockStorageClientCreateVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockStorageClientCreateVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockStorageClientCreateVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockStorageClientDeleteVolumeCall

type MockStorageClientDeleteVolumeCall struct {
	*gomock.Call
}

MockStorageClientDeleteVolumeCall wrap *gomock.Call

func (*MockStorageClientDeleteVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockStorageClientDeleteVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockStorageClientDeleteVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockStorageClientGetVolumeCall

type MockStorageClientGetVolumeCall struct {
	*gomock.Call
}

MockStorageClientGetVolumeCall wrap *gomock.Call

func (*MockStorageClientGetVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockStorageClientGetVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockStorageClientGetVolumeCall) Return

Return rewrite *gomock.Call.Return

type MockStorageClientListVolumesCall

type MockStorageClientListVolumesCall struct {
	*gomock.Call
}

MockStorageClientListVolumesCall wrap *gomock.Call

func (*MockStorageClientListVolumesCall) Do

Do rewrite *gomock.Call.Do

func (*MockStorageClientListVolumesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockStorageClientListVolumesCall) Return

Return rewrite *gomock.Call.Return

type MockStorageClientMockRecorder

type MockStorageClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStorageClientMockRecorder is the mock recorder for MockStorageClient.

func (*MockStorageClientMockRecorder) CreateVolume

CreateVolume indicates an expected call of CreateVolume.

func (*MockStorageClientMockRecorder) DeleteVolume

DeleteVolume indicates an expected call of DeleteVolume.

func (*MockStorageClientMockRecorder) GetVolume

GetVolume indicates an expected call of GetVolume.

func (*MockStorageClientMockRecorder) ListVolumes

ListVolumes indicates an expected call of ListVolumes.

func (*MockStorageClientMockRecorder) UpdateVolume

UpdateVolume indicates an expected call of UpdateVolume.

type MockStorageClientUpdateVolumeCall

type MockStorageClientUpdateVolumeCall struct {
	*gomock.Call
}

MockStorageClientUpdateVolumeCall wrap *gomock.Call

func (*MockStorageClientUpdateVolumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockStorageClientUpdateVolumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockStorageClientUpdateVolumeCall) Return

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL