testing

package
v0.0.0-...-298751d Latest Latest
Warning

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

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

Documentation

Overview

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

Generated by this command:

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

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

Generated by this command:

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

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

Generated by this command:

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

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

Generated by this command:

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

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

Generated by this command:

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

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

Generated by this command:

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

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

Generated by this command:

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

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

Generated by this command:

mockgen -package testing -destination testing/mocks_storage.go -write_package_comment=false github.com/juju/juju/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 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 any) *gomock.Call

AttachVolume indicates an expected call of AttachVolume.

func (*MockComputeClientMockRecorder) DetachVolume

func (mr *MockComputeClientMockRecorder) DetachVolume(arg0, arg1 any) *gomock.Call

DetachVolume indicates an expected call of DetachVolume.

func (*MockComputeClientMockRecorder) GetInstance

func (mr *MockComputeClientMockRecorder) GetInstance(arg0, arg1 any) *gomock.Call

GetInstance indicates an expected call of GetInstance.

func (*MockComputeClientMockRecorder) GetVolumeAttachment

func (mr *MockComputeClientMockRecorder) GetVolumeAttachment(arg0, arg1 any) *gomock.Call

GetVolumeAttachment indicates an expected call of GetVolumeAttachment.

func (*MockComputeClientMockRecorder) LaunchInstance

func (mr *MockComputeClientMockRecorder) LaunchInstance(arg0, arg1 any) *gomock.Call

LaunchInstance indicates an expected call of LaunchInstance.

func (*MockComputeClientMockRecorder) ListImages

func (mr *MockComputeClientMockRecorder) ListImages(arg0, arg1 any) *gomock.Call

ListImages indicates an expected call of ListImages.

func (*MockComputeClientMockRecorder) ListInstances

func (mr *MockComputeClientMockRecorder) ListInstances(arg0, arg1 any) *gomock.Call

ListInstances indicates an expected call of ListInstances.

func (*MockComputeClientMockRecorder) ListShapes

func (mr *MockComputeClientMockRecorder) ListShapes(arg0, arg1, arg2 any) *gomock.Call

ListShapes indicates an expected call of ListShapes.

func (*MockComputeClientMockRecorder) ListVnicAttachments

func (mr *MockComputeClientMockRecorder) ListVnicAttachments(arg0, arg1, arg2 any) *gomock.Call

ListVnicAttachments indicates an expected call of ListVnicAttachments.

func (*MockComputeClientMockRecorder) ListVolumeAttachments

func (mr *MockComputeClientMockRecorder) ListVolumeAttachments(arg0, arg1, arg2 any) *gomock.Call

ListVolumeAttachments indicates an expected call of ListVolumeAttachments.

func (*MockComputeClientMockRecorder) TerminateInstance

func (mr *MockComputeClientMockRecorder) TerminateInstance(arg0, arg1 any) *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

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 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 any) *gomock.Call

CreateSecurityList indicates an expected call of CreateSecurityList.

func (*MockFirewallClientMockRecorder) DeleteSecurityList

func (mr *MockFirewallClientMockRecorder) DeleteSecurityList(arg0, arg1 any) *gomock.Call

DeleteSecurityList indicates an expected call of DeleteSecurityList.

func (*MockFirewallClientMockRecorder) GetSecurityList

func (mr *MockFirewallClientMockRecorder) GetSecurityList(arg0, arg1 any) *gomock.Call

GetSecurityList indicates an expected call of GetSecurityList.

func (*MockFirewallClientMockRecorder) ListSecurityLists

func (mr *MockFirewallClientMockRecorder) ListSecurityLists(arg0, arg1, arg2 any) *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

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

func (*MockIdentityClient) ListAvailabilityDomains

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

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 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 any) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway.

func (*MockNetworkingClientMockRecorder) CreateRouteTable

func (mr *MockNetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 any) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable.

func (*MockNetworkingClientMockRecorder) CreateSubnet

func (mr *MockNetworkingClientMockRecorder) CreateSubnet(arg0, arg1 any) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet.

func (*MockNetworkingClientMockRecorder) CreateVcn

func (mr *MockNetworkingClientMockRecorder) CreateVcn(arg0, arg1 any) *gomock.Call

CreateVcn indicates an expected call of CreateVcn.

func (*MockNetworkingClientMockRecorder) DeleteInternetGateway

func (mr *MockNetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 any) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockNetworkingClientMockRecorder) DeleteRouteTable

func (mr *MockNetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 any) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable.

func (*MockNetworkingClientMockRecorder) DeleteSubnet

func (mr *MockNetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 any) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet.

func (*MockNetworkingClientMockRecorder) DeleteVcn

func (mr *MockNetworkingClientMockRecorder) DeleteVcn(arg0, arg1 any) *gomock.Call

DeleteVcn indicates an expected call of DeleteVcn.

func (*MockNetworkingClientMockRecorder) GetInternetGateway

func (mr *MockNetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 any) *gomock.Call

GetInternetGateway indicates an expected call of GetInternetGateway.

func (*MockNetworkingClientMockRecorder) GetRouteTable

func (mr *MockNetworkingClientMockRecorder) GetRouteTable(arg0, arg1 any) *gomock.Call

GetRouteTable indicates an expected call of GetRouteTable.

func (*MockNetworkingClientMockRecorder) GetSubnet

func (mr *MockNetworkingClientMockRecorder) GetSubnet(arg0, arg1 any) *gomock.Call

GetSubnet indicates an expected call of GetSubnet.

func (*MockNetworkingClientMockRecorder) GetVcn

func (mr *MockNetworkingClientMockRecorder) GetVcn(arg0, arg1 any) *gomock.Call

GetVcn indicates an expected call of GetVcn.

func (*MockNetworkingClientMockRecorder) GetVnic

func (mr *MockNetworkingClientMockRecorder) GetVnic(arg0, arg1 any) *gomock.Call

GetVnic indicates an expected call of GetVnic.

func (*MockNetworkingClientMockRecorder) ListInternetGateways

func (mr *MockNetworkingClientMockRecorder) ListInternetGateways(arg0, arg1, arg2 any) *gomock.Call

ListInternetGateways indicates an expected call of ListInternetGateways.

func (*MockNetworkingClientMockRecorder) ListRouteTables

func (mr *MockNetworkingClientMockRecorder) ListRouteTables(arg0, arg1, arg2 any) *gomock.Call

ListRouteTables indicates an expected call of ListRouteTables.

func (*MockNetworkingClientMockRecorder) ListSubnets

func (mr *MockNetworkingClientMockRecorder) ListSubnets(arg0, arg1, arg2 any) *gomock.Call

ListSubnets indicates an expected call of ListSubnets.

func (*MockNetworkingClientMockRecorder) ListVcns

func (mr *MockNetworkingClientMockRecorder) ListVcns(arg0, arg1 any) *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

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 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 any) *gomock.Call

AttachVolume indicates an expected call of AttachVolume.

func (*MockOCIComputeClientMockRecorder) DetachVolume

func (mr *MockOCIComputeClientMockRecorder) DetachVolume(arg0, arg1 any) *gomock.Call

DetachVolume indicates an expected call of DetachVolume.

func (*MockOCIComputeClientMockRecorder) GetInstance

func (mr *MockOCIComputeClientMockRecorder) GetInstance(arg0, arg1 any) *gomock.Call

GetInstance indicates an expected call of GetInstance.

func (*MockOCIComputeClientMockRecorder) GetVolumeAttachment

func (mr *MockOCIComputeClientMockRecorder) GetVolumeAttachment(arg0, arg1 any) *gomock.Call

GetVolumeAttachment indicates an expected call of GetVolumeAttachment.

func (*MockOCIComputeClientMockRecorder) LaunchInstance

func (mr *MockOCIComputeClientMockRecorder) LaunchInstance(arg0, arg1 any) *gomock.Call

LaunchInstance indicates an expected call of LaunchInstance.

func (*MockOCIComputeClientMockRecorder) ListImages

func (mr *MockOCIComputeClientMockRecorder) ListImages(arg0, arg1 any) *gomock.Call

ListImages indicates an expected call of ListImages.

func (*MockOCIComputeClientMockRecorder) ListInstances

func (mr *MockOCIComputeClientMockRecorder) ListInstances(arg0, arg1 any) *gomock.Call

ListInstances indicates an expected call of ListInstances.

func (*MockOCIComputeClientMockRecorder) ListShapes

func (mr *MockOCIComputeClientMockRecorder) ListShapes(arg0, arg1 any) *gomock.Call

ListShapes indicates an expected call of ListShapes.

func (*MockOCIComputeClientMockRecorder) ListVnicAttachments

func (mr *MockOCIComputeClientMockRecorder) ListVnicAttachments(arg0, arg1 any) *gomock.Call

ListVnicAttachments indicates an expected call of ListVnicAttachments.

func (*MockOCIComputeClientMockRecorder) ListVolumeAttachments

func (mr *MockOCIComputeClientMockRecorder) ListVolumeAttachments(arg0, arg1 any) *gomock.Call

ListVolumeAttachments indicates an expected call of ListVolumeAttachments.

func (*MockOCIComputeClientMockRecorder) TerminateInstance

func (mr *MockOCIComputeClientMockRecorder) TerminateInstance(arg0, arg1 any) *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

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 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 any) *gomock.Call

CreateVolume indicates an expected call of CreateVolume.

func (*MockOCIStorageClientMockRecorder) DeleteVolume

func (mr *MockOCIStorageClientMockRecorder) DeleteVolume(arg0, arg1 any) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume.

func (*MockOCIStorageClientMockRecorder) GetVolume

func (mr *MockOCIStorageClientMockRecorder) GetVolume(arg0, arg1 any) *gomock.Call

GetVolume indicates an expected call of GetVolume.

func (*MockOCIStorageClientMockRecorder) ListVolumes

func (mr *MockOCIStorageClientMockRecorder) ListVolumes(arg0, arg1 any) *gomock.Call

ListVolumes indicates an expected call of ListVolumes.

func (*MockOCIStorageClientMockRecorder) UpdateVolume

func (mr *MockOCIStorageClientMockRecorder) UpdateVolume(arg0, arg1 any) *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

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 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 any) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateRouteTable

func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateRouteTable(arg0, arg1 any) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateSecurityList

func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateSecurityList(arg0, arg1 any) *gomock.Call

CreateSecurityList indicates an expected call of CreateSecurityList.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateSubnet

func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateSubnet(arg0, arg1 any) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet.

func (*MockOCIVirtualNetworkingClientMockRecorder) CreateVcn

func (mr *MockOCIVirtualNetworkingClientMockRecorder) CreateVcn(arg0, arg1 any) *gomock.Call

CreateVcn indicates an expected call of CreateVcn.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteInternetGateway

func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteInternetGateway(arg0, arg1 any) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteRouteTable

func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteRouteTable(arg0, arg1 any) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteSecurityList

func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteSecurityList(arg0, arg1 any) *gomock.Call

DeleteSecurityList indicates an expected call of DeleteSecurityList.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteSubnet

func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteSubnet(arg0, arg1 any) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet.

func (*MockOCIVirtualNetworkingClientMockRecorder) DeleteVcn

func (mr *MockOCIVirtualNetworkingClientMockRecorder) DeleteVcn(arg0, arg1 any) *gomock.Call

DeleteVcn indicates an expected call of DeleteVcn.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetInternetGateway

func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetInternetGateway(arg0, arg1 any) *gomock.Call

GetInternetGateway indicates an expected call of GetInternetGateway.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetRouteTable

func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetRouteTable(arg0, arg1 any) *gomock.Call

GetRouteTable indicates an expected call of GetRouteTable.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetSecurityList

func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetSecurityList(arg0, arg1 any) *gomock.Call

GetSecurityList indicates an expected call of GetSecurityList.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetSubnet

func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetSubnet(arg0, arg1 any) *gomock.Call

GetSubnet indicates an expected call of GetSubnet.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetVcn

GetVcn indicates an expected call of GetVcn.

func (*MockOCIVirtualNetworkingClientMockRecorder) GetVnic

func (mr *MockOCIVirtualNetworkingClientMockRecorder) GetVnic(arg0, arg1 any) *gomock.Call

GetVnic indicates an expected call of GetVnic.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListInternetGateways

func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListInternetGateways(arg0, arg1 any) *gomock.Call

ListInternetGateways indicates an expected call of ListInternetGateways.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListRouteTables

func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListRouteTables(arg0, arg1 any) *gomock.Call

ListRouteTables indicates an expected call of ListRouteTables.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListSecurityLists

func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListSecurityLists(arg0, arg1 any) *gomock.Call

ListSecurityLists indicates an expected call of ListSecurityLists.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListSubnets

func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListSubnets(arg0, arg1 any) *gomock.Call

ListSubnets indicates an expected call of ListSubnets.

func (*MockOCIVirtualNetworkingClientMockRecorder) ListVcns

func (mr *MockOCIVirtualNetworkingClientMockRecorder) ListVcns(arg0, arg1 any) *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

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 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 any) *gomock.Call

CreateVolume indicates an expected call of CreateVolume.

func (*MockStorageClientMockRecorder) DeleteVolume

func (mr *MockStorageClientMockRecorder) DeleteVolume(arg0, arg1 any) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume.

func (*MockStorageClientMockRecorder) GetVolume

func (mr *MockStorageClientMockRecorder) GetVolume(arg0, arg1 any) *gomock.Call

GetVolume indicates an expected call of GetVolume.

func (*MockStorageClientMockRecorder) ListVolumes

func (mr *MockStorageClientMockRecorder) ListVolumes(arg0, arg1 any) *gomock.Call

ListVolumes indicates an expected call of ListVolumes.

func (*MockStorageClientMockRecorder) UpdateVolume

func (mr *MockStorageClientMockRecorder) UpdateVolume(arg0, arg1 any) *gomock.Call

UpdateVolume indicates an expected call of UpdateVolume.

Jump to

Keyboard shortcuts

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