Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockComputeClient
- func (m *MockComputeClient) CreateServer(arg0 servers.CreateOptsBuilder) (*clients.ServerExt, error)
- func (m *MockComputeClient) DeleteAttachedInterface(arg0, arg1 string) error
- func (m *MockComputeClient) DeleteServer(arg0 string) error
- func (m *MockComputeClient) EXPECT() *MockComputeClientMockRecorder
- func (m *MockComputeClient) GetFlavorFromName(arg0 string) (*flavors.Flavor, error)
- func (m *MockComputeClient) GetServer(arg0 string) (*clients.ServerExt, error)
- func (m *MockComputeClient) ListAttachedInterfaces(arg0 string) ([]attachinterfaces.Interface, error)
- func (m *MockComputeClient) ListAvailabilityZones() ([]availabilityzones.AvailabilityZone, error)
- func (m *MockComputeClient) ListServers(arg0 servers.ListOptsBuilder) ([]clients.ServerExt, error)
- type MockComputeClientMockRecorder
- func (mr *MockComputeClientMockRecorder) CreateServer(arg0 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) DeleteAttachedInterface(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) DeleteServer(arg0 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) GetFlavorFromName(arg0 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) GetServer(arg0 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListAttachedInterfaces(arg0 interface{}) *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListAvailabilityZones() *gomock.Call
- func (mr *MockComputeClientMockRecorder) ListServers(arg0 interface{}) *gomock.Call
- type MockImageClient
- type MockImageClientMockRecorder
- type MockLbClient
- func (m *MockLbClient) CreateListener(arg0 listeners.CreateOptsBuilder) (*listeners.Listener, error)
- func (m *MockLbClient) CreateLoadBalancer(arg0 loadbalancers.CreateOptsBuilder) (*loadbalancers.LoadBalancer, error)
- func (m *MockLbClient) CreateMonitor(arg0 monitors.CreateOptsBuilder) (*monitors.Monitor, error)
- func (m *MockLbClient) CreatePool(arg0 pools.CreateOptsBuilder) (*pools.Pool, error)
- func (m *MockLbClient) CreatePoolMember(arg0 string, arg1 pools.CreateMemberOptsBuilder) (*pools.Member, error)
- func (m *MockLbClient) DeleteListener(arg0 string) error
- func (m *MockLbClient) DeleteLoadBalancer(arg0 string, arg1 loadbalancers.DeleteOptsBuilder) error
- func (m *MockLbClient) DeleteMonitor(arg0 string) error
- func (m *MockLbClient) DeletePool(arg0 string) error
- func (m *MockLbClient) DeletePoolMember(arg0, arg1 string) error
- func (m *MockLbClient) EXPECT() *MockLbClientMockRecorder
- func (m *MockLbClient) GetListener(arg0 string) (*listeners.Listener, error)
- func (m *MockLbClient) GetLoadBalancer(arg0 string) (*loadbalancers.LoadBalancer, error)
- func (m *MockLbClient) GetPool(arg0 string) (*pools.Pool, error)
- func (m *MockLbClient) ListListeners(arg0 listeners.ListOptsBuilder) ([]listeners.Listener, error)
- func (m *MockLbClient) ListLoadBalancerProviders() ([]providers.Provider, error)
- func (m *MockLbClient) ListLoadBalancers(arg0 loadbalancers.ListOptsBuilder) ([]loadbalancers.LoadBalancer, error)
- func (m *MockLbClient) ListMonitors(arg0 monitors.ListOptsBuilder) ([]monitors.Monitor, error)
- func (m *MockLbClient) ListOctaviaVersions() ([]apiversions.APIVersion, error)
- func (m *MockLbClient) ListPoolMember(arg0 string, arg1 pools.ListMembersOptsBuilder) ([]pools.Member, error)
- func (m *MockLbClient) ListPools(arg0 pools.ListOptsBuilder) ([]pools.Pool, error)
- func (m *MockLbClient) UpdateListener(arg0 string, arg1 listeners.UpdateOpts) (*listeners.Listener, error)
- type MockLbClientMockRecorder
- func (mr *MockLbClientMockRecorder) CreateListener(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) CreateMonitor(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) CreatePool(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) CreatePoolMember(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) DeleteLoadBalancer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) DeleteMonitor(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) DeletePool(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) DeletePoolMember(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) GetListener(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) GetLoadBalancer(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) GetPool(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) ListListeners(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) ListLoadBalancerProviders() *gomock.Call
- func (mr *MockLbClientMockRecorder) ListLoadBalancers(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) ListMonitors(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) ListOctaviaVersions() *gomock.Call
- func (mr *MockLbClientMockRecorder) ListPoolMember(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) ListPools(arg0 interface{}) *gomock.Call
- func (mr *MockLbClientMockRecorder) UpdateListener(arg0, arg1 interface{}) *gomock.Call
- type MockNetworkClient
- func (m *MockNetworkClient) AddRouterInterface(arg0 string, arg1 routers.AddInterfaceOptsBuilder) (*routers.InterfaceInfo, error)
- func (m *MockNetworkClient) CreateFloatingIP(arg0 floatingips.CreateOptsBuilder) (*floatingips.FloatingIP, error)
- func (m *MockNetworkClient) CreateNetwork(arg0 networks.CreateOptsBuilder) (*networks.Network, error)
- func (m *MockNetworkClient) CreatePort(arg0 ports.CreateOptsBuilder) (*ports.Port, error)
- func (m *MockNetworkClient) CreateRouter(arg0 routers.CreateOptsBuilder) (*routers.Router, error)
- func (m *MockNetworkClient) CreateSecGroup(arg0 groups.CreateOptsBuilder) (*groups.SecGroup, error)
- func (m *MockNetworkClient) CreateSecGroupRule(arg0 rules.CreateOptsBuilder) (*rules.SecGroupRule, error)
- func (m *MockNetworkClient) CreateSubnet(arg0 subnets.CreateOptsBuilder) (*subnets.Subnet, error)
- func (m *MockNetworkClient) CreateTrunk(arg0 trunks.CreateOptsBuilder) (*trunks.Trunk, error)
- func (m *MockNetworkClient) DeleteFloatingIP(arg0 string) error
- func (m *MockNetworkClient) DeleteNetwork(arg0 string) error
- func (m *MockNetworkClient) DeletePort(arg0 string) error
- func (m *MockNetworkClient) DeleteRouter(arg0 string) error
- func (m *MockNetworkClient) DeleteSecGroup(arg0 string) error
- func (m *MockNetworkClient) DeleteSecGroupRule(arg0 string) error
- func (m *MockNetworkClient) DeleteSubnet(arg0 string) error
- func (m *MockNetworkClient) DeleteTrunk(arg0 string) error
- func (m *MockNetworkClient) EXPECT() *MockNetworkClientMockRecorder
- func (m *MockNetworkClient) GetFloatingIP(arg0 string) (*floatingips.FloatingIP, error)
- func (m *MockNetworkClient) GetNetwork(arg0 string) (*networks.Network, error)
- func (m *MockNetworkClient) GetPort(arg0 string) (*ports.Port, error)
- func (m *MockNetworkClient) GetRouter(arg0 string) (*routers.Router, error)
- func (m *MockNetworkClient) GetSecGroup(arg0 string) (*groups.SecGroup, error)
- func (m *MockNetworkClient) GetSecGroupRule(arg0 string) (*rules.SecGroupRule, error)
- func (m *MockNetworkClient) GetSubnet(arg0 string) (*subnets.Subnet, error)
- func (m *MockNetworkClient) ListExtensions() ([]extensions.Extension, error)
- func (m *MockNetworkClient) ListFloatingIP(arg0 floatingips.ListOptsBuilder) ([]floatingips.FloatingIP, error)
- func (m *MockNetworkClient) ListNetwork(arg0 networks.ListOptsBuilder) ([]networks.Network, error)
- func (m *MockNetworkClient) ListPort(arg0 ports.ListOptsBuilder) ([]ports.Port, error)
- func (m *MockNetworkClient) ListRouter(arg0 routers.ListOpts) ([]routers.Router, error)
- func (m *MockNetworkClient) ListSecGroup(arg0 groups.ListOpts) ([]groups.SecGroup, error)
- func (m *MockNetworkClient) ListSecGroupRule(arg0 rules.ListOpts) ([]rules.SecGroupRule, error)
- func (m *MockNetworkClient) ListSubnet(arg0 subnets.ListOptsBuilder) ([]subnets.Subnet, error)
- func (m *MockNetworkClient) ListTrunk(arg0 trunks.ListOptsBuilder) ([]trunks.Trunk, error)
- func (m *MockNetworkClient) ListTrunkSubports(arg0 string) ([]trunks.Subport, error)
- func (m *MockNetworkClient) RemoveRouterInterface(arg0 string, arg1 routers.RemoveInterfaceOptsBuilder) (*routers.InterfaceInfo, error)
- func (m *MockNetworkClient) RemoveSubports(arg0 string, arg1 trunks.RemoveSubportsOpts) error
- func (m *MockNetworkClient) ReplaceAllAttributesTags(arg0, arg1 string, arg2 attributestags.ReplaceAllOptsBuilder) ([]string, error)
- func (m *MockNetworkClient) UpdateFloatingIP(arg0 string, arg1 floatingips.UpdateOptsBuilder) (*floatingips.FloatingIP, error)
- func (m *MockNetworkClient) UpdateNetwork(arg0 string, arg1 networks.UpdateOptsBuilder) (*networks.Network, error)
- func (m *MockNetworkClient) UpdatePort(arg0 string, arg1 ports.UpdateOptsBuilder) (*ports.Port, error)
- func (m *MockNetworkClient) UpdateRouter(arg0 string, arg1 routers.UpdateOptsBuilder) (*routers.Router, error)
- func (m *MockNetworkClient) UpdateSecGroup(arg0 string, arg1 groups.UpdateOptsBuilder) (*groups.SecGroup, error)
- func (m *MockNetworkClient) UpdateSubnet(arg0 string, arg1 subnets.UpdateOptsBuilder) (*subnets.Subnet, error)
- type MockNetworkClientMockRecorder
- func (mr *MockNetworkClientMockRecorder) AddRouterInterface(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreateFloatingIP(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreateNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreatePort(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreateRouter(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreateSecGroup(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreateSecGroupRule(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreateSubnet(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) CreateTrunk(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeleteFloatingIP(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeleteNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeletePort(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeleteRouter(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeleteSecGroup(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeleteSecGroupRule(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeleteSubnet(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) DeleteTrunk(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) GetFloatingIP(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) GetPort(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) GetRouter(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) GetSecGroup(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) GetSecGroupRule(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) GetSubnet(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListExtensions() *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListFloatingIP(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListPort(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListRouter(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListSecGroup(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListSecGroupRule(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListSubnet(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListTrunk(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ListTrunkSubports(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) RemoveRouterInterface(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) RemoveSubports(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) ReplaceAllAttributesTags(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) UpdateFloatingIP(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) UpdateNetwork(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) UpdatePort(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) UpdateRouter(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) UpdateSecGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkClientMockRecorder) UpdateSubnet(arg0, arg1 interface{}) *gomock.Call
- type MockVolumeClient
- func (m *MockVolumeClient) CreateVolume(arg0 volumes.CreateOptsBuilder) (*volumes.Volume, error)
- func (m *MockVolumeClient) DeleteVolume(arg0 string, arg1 volumes.DeleteOptsBuilder) error
- func (m *MockVolumeClient) EXPECT() *MockVolumeClientMockRecorder
- func (m *MockVolumeClient) GetVolume(arg0 string) (*volumes.Volume, error)
- func (m *MockVolumeClient) ListVolumes(arg0 volumes.ListOptsBuilder) ([]volumes.Volume, error)
- type MockVolumeClientMockRecorder
- func (mr *MockVolumeClientMockRecorder) CreateVolume(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeClientMockRecorder) DeleteVolume(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockVolumeClientMockRecorder) GetVolume(arg0 interface{}) *gomock.Call
- func (mr *MockVolumeClientMockRecorder) ListVolumes(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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) CreateServer ¶
func (m *MockComputeClient) CreateServer(arg0 servers.CreateOptsBuilder) (*clients.ServerExt, error)
CreateServer mocks base method.
func (*MockComputeClient) DeleteAttachedInterface ¶
func (m *MockComputeClient) DeleteAttachedInterface(arg0, arg1 string) error
DeleteAttachedInterface mocks base method.
func (*MockComputeClient) DeleteServer ¶
func (m *MockComputeClient) DeleteServer(arg0 string) error
DeleteServer mocks base method.
func (*MockComputeClient) EXPECT ¶
func (m *MockComputeClient) EXPECT() *MockComputeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockComputeClient) GetFlavorFromName ¶ added in v0.8.0
func (m *MockComputeClient) GetFlavorFromName(arg0 string) (*flavors.Flavor, error)
GetFlavorFromName mocks base method.
func (*MockComputeClient) GetServer ¶
func (m *MockComputeClient) GetServer(arg0 string) (*clients.ServerExt, error)
GetServer mocks base method.
func (*MockComputeClient) ListAttachedInterfaces ¶
func (m *MockComputeClient) ListAttachedInterfaces(arg0 string) ([]attachinterfaces.Interface, error)
ListAttachedInterfaces mocks base method.
func (*MockComputeClient) ListAvailabilityZones ¶
func (m *MockComputeClient) ListAvailabilityZones() ([]availabilityzones.AvailabilityZone, error)
ListAvailabilityZones mocks base method.
func (*MockComputeClient) ListServers ¶
func (m *MockComputeClient) ListServers(arg0 servers.ListOptsBuilder) ([]clients.ServerExt, error)
ListServers mocks base method.
type MockComputeClientMockRecorder ¶
type MockComputeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockComputeClientMockRecorder is the mock recorder for MockComputeClient.
func (*MockComputeClientMockRecorder) CreateServer ¶
func (mr *MockComputeClientMockRecorder) CreateServer(arg0 interface{}) *gomock.Call
CreateServer indicates an expected call of CreateServer.
func (*MockComputeClientMockRecorder) DeleteAttachedInterface ¶
func (mr *MockComputeClientMockRecorder) DeleteAttachedInterface(arg0, arg1 interface{}) *gomock.Call
DeleteAttachedInterface indicates an expected call of DeleteAttachedInterface.
func (*MockComputeClientMockRecorder) DeleteServer ¶
func (mr *MockComputeClientMockRecorder) DeleteServer(arg0 interface{}) *gomock.Call
DeleteServer indicates an expected call of DeleteServer.
func (*MockComputeClientMockRecorder) GetFlavorFromName ¶ added in v0.8.0
func (mr *MockComputeClientMockRecorder) GetFlavorFromName(arg0 interface{}) *gomock.Call
GetFlavorFromName indicates an expected call of GetFlavorFromName.
func (*MockComputeClientMockRecorder) GetServer ¶
func (mr *MockComputeClientMockRecorder) GetServer(arg0 interface{}) *gomock.Call
GetServer indicates an expected call of GetServer.
func (*MockComputeClientMockRecorder) ListAttachedInterfaces ¶
func (mr *MockComputeClientMockRecorder) ListAttachedInterfaces(arg0 interface{}) *gomock.Call
ListAttachedInterfaces indicates an expected call of ListAttachedInterfaces.
func (*MockComputeClientMockRecorder) ListAvailabilityZones ¶
func (mr *MockComputeClientMockRecorder) ListAvailabilityZones() *gomock.Call
ListAvailabilityZones indicates an expected call of ListAvailabilityZones.
func (*MockComputeClientMockRecorder) ListServers ¶
func (mr *MockComputeClientMockRecorder) ListServers(arg0 interface{}) *gomock.Call
ListServers indicates an expected call of ListServers.
type MockImageClient ¶
type MockImageClient struct {
// contains filtered or unexported fields
}
MockImageClient is a mock of ImageClient interface.
func NewMockImageClient ¶
func NewMockImageClient(ctrl *gomock.Controller) *MockImageClient
NewMockImageClient creates a new mock instance.
func (*MockImageClient) EXPECT ¶
func (m *MockImageClient) EXPECT() *MockImageClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockImageClient) ListImages ¶
func (m *MockImageClient) ListImages(arg0 images.ListOptsBuilder) ([]images.Image, error)
ListImages mocks base method.
type MockImageClientMockRecorder ¶
type MockImageClientMockRecorder struct {
// contains filtered or unexported fields
}
MockImageClientMockRecorder is the mock recorder for MockImageClient.
func (*MockImageClientMockRecorder) ListImages ¶
func (mr *MockImageClientMockRecorder) ListImages(arg0 interface{}) *gomock.Call
ListImages indicates an expected call of ListImages.
type MockLbClient ¶
type MockLbClient struct {
// contains filtered or unexported fields
}
MockLbClient is a mock of LbClient interface.
func NewMockLbClient ¶
func NewMockLbClient(ctrl *gomock.Controller) *MockLbClient
NewMockLbClient creates a new mock instance.
func (*MockLbClient) CreateListener ¶
func (m *MockLbClient) CreateListener(arg0 listeners.CreateOptsBuilder) (*listeners.Listener, error)
CreateListener mocks base method.
func (*MockLbClient) CreateLoadBalancer ¶
func (m *MockLbClient) CreateLoadBalancer(arg0 loadbalancers.CreateOptsBuilder) (*loadbalancers.LoadBalancer, error)
CreateLoadBalancer mocks base method.
func (*MockLbClient) CreateMonitor ¶
func (m *MockLbClient) CreateMonitor(arg0 monitors.CreateOptsBuilder) (*monitors.Monitor, error)
CreateMonitor mocks base method.
func (*MockLbClient) CreatePool ¶
func (m *MockLbClient) CreatePool(arg0 pools.CreateOptsBuilder) (*pools.Pool, error)
CreatePool mocks base method.
func (*MockLbClient) CreatePoolMember ¶
func (m *MockLbClient) CreatePoolMember(arg0 string, arg1 pools.CreateMemberOptsBuilder) (*pools.Member, error)
CreatePoolMember mocks base method.
func (*MockLbClient) DeleteListener ¶
func (m *MockLbClient) DeleteListener(arg0 string) error
DeleteListener mocks base method.
func (*MockLbClient) DeleteLoadBalancer ¶
func (m *MockLbClient) DeleteLoadBalancer(arg0 string, arg1 loadbalancers.DeleteOptsBuilder) error
DeleteLoadBalancer mocks base method.
func (*MockLbClient) DeleteMonitor ¶
func (m *MockLbClient) DeleteMonitor(arg0 string) error
DeleteMonitor mocks base method.
func (*MockLbClient) DeletePool ¶
func (m *MockLbClient) DeletePool(arg0 string) error
DeletePool mocks base method.
func (*MockLbClient) DeletePoolMember ¶
func (m *MockLbClient) DeletePoolMember(arg0, arg1 string) error
DeletePoolMember mocks base method.
func (*MockLbClient) EXPECT ¶
func (m *MockLbClient) EXPECT() *MockLbClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLbClient) GetListener ¶
func (m *MockLbClient) GetListener(arg0 string) (*listeners.Listener, error)
GetListener mocks base method.
func (*MockLbClient) GetLoadBalancer ¶
func (m *MockLbClient) GetLoadBalancer(arg0 string) (*loadbalancers.LoadBalancer, error)
GetLoadBalancer mocks base method.
func (*MockLbClient) GetPool ¶
func (m *MockLbClient) GetPool(arg0 string) (*pools.Pool, error)
GetPool mocks base method.
func (*MockLbClient) ListListeners ¶
func (m *MockLbClient) ListListeners(arg0 listeners.ListOptsBuilder) ([]listeners.Listener, error)
ListListeners mocks base method.
func (*MockLbClient) ListLoadBalancerProviders ¶
func (m *MockLbClient) ListLoadBalancerProviders() ([]providers.Provider, error)
ListLoadBalancerProviders mocks base method.
func (*MockLbClient) ListLoadBalancers ¶
func (m *MockLbClient) ListLoadBalancers(arg0 loadbalancers.ListOptsBuilder) ([]loadbalancers.LoadBalancer, error)
ListLoadBalancers mocks base method.
func (*MockLbClient) ListMonitors ¶
func (m *MockLbClient) ListMonitors(arg0 monitors.ListOptsBuilder) ([]monitors.Monitor, error)
ListMonitors mocks base method.
func (*MockLbClient) ListOctaviaVersions ¶
func (m *MockLbClient) ListOctaviaVersions() ([]apiversions.APIVersion, error)
ListOctaviaVersions mocks base method.
func (*MockLbClient) ListPoolMember ¶
func (m *MockLbClient) ListPoolMember(arg0 string, arg1 pools.ListMembersOptsBuilder) ([]pools.Member, error)
ListPoolMember mocks base method.
func (*MockLbClient) ListPools ¶
func (m *MockLbClient) ListPools(arg0 pools.ListOptsBuilder) ([]pools.Pool, error)
ListPools mocks base method.
func (*MockLbClient) UpdateListener ¶
func (m *MockLbClient) UpdateListener(arg0 string, arg1 listeners.UpdateOpts) (*listeners.Listener, error)
UpdateListener mocks base method.
type MockLbClientMockRecorder ¶
type MockLbClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLbClientMockRecorder is the mock recorder for MockLbClient.
func (*MockLbClientMockRecorder) CreateListener ¶
func (mr *MockLbClientMockRecorder) CreateListener(arg0 interface{}) *gomock.Call
CreateListener indicates an expected call of CreateListener.
func (*MockLbClientMockRecorder) CreateLoadBalancer ¶
func (mr *MockLbClientMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call
CreateLoadBalancer indicates an expected call of CreateLoadBalancer.
func (*MockLbClientMockRecorder) CreateMonitor ¶
func (mr *MockLbClientMockRecorder) CreateMonitor(arg0 interface{}) *gomock.Call
CreateMonitor indicates an expected call of CreateMonitor.
func (*MockLbClientMockRecorder) CreatePool ¶
func (mr *MockLbClientMockRecorder) CreatePool(arg0 interface{}) *gomock.Call
CreatePool indicates an expected call of CreatePool.
func (*MockLbClientMockRecorder) CreatePoolMember ¶
func (mr *MockLbClientMockRecorder) CreatePoolMember(arg0, arg1 interface{}) *gomock.Call
CreatePoolMember indicates an expected call of CreatePoolMember.
func (*MockLbClientMockRecorder) DeleteListener ¶
func (mr *MockLbClientMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call
DeleteListener indicates an expected call of DeleteListener.
func (*MockLbClientMockRecorder) DeleteLoadBalancer ¶
func (mr *MockLbClientMockRecorder) DeleteLoadBalancer(arg0, arg1 interface{}) *gomock.Call
DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer.
func (*MockLbClientMockRecorder) DeleteMonitor ¶
func (mr *MockLbClientMockRecorder) DeleteMonitor(arg0 interface{}) *gomock.Call
DeleteMonitor indicates an expected call of DeleteMonitor.
func (*MockLbClientMockRecorder) DeletePool ¶
func (mr *MockLbClientMockRecorder) DeletePool(arg0 interface{}) *gomock.Call
DeletePool indicates an expected call of DeletePool.
func (*MockLbClientMockRecorder) DeletePoolMember ¶
func (mr *MockLbClientMockRecorder) DeletePoolMember(arg0, arg1 interface{}) *gomock.Call
DeletePoolMember indicates an expected call of DeletePoolMember.
func (*MockLbClientMockRecorder) GetListener ¶
func (mr *MockLbClientMockRecorder) GetListener(arg0 interface{}) *gomock.Call
GetListener indicates an expected call of GetListener.
func (*MockLbClientMockRecorder) GetLoadBalancer ¶
func (mr *MockLbClientMockRecorder) GetLoadBalancer(arg0 interface{}) *gomock.Call
GetLoadBalancer indicates an expected call of GetLoadBalancer.
func (*MockLbClientMockRecorder) GetPool ¶
func (mr *MockLbClientMockRecorder) GetPool(arg0 interface{}) *gomock.Call
GetPool indicates an expected call of GetPool.
func (*MockLbClientMockRecorder) ListListeners ¶
func (mr *MockLbClientMockRecorder) ListListeners(arg0 interface{}) *gomock.Call
ListListeners indicates an expected call of ListListeners.
func (*MockLbClientMockRecorder) ListLoadBalancerProviders ¶
func (mr *MockLbClientMockRecorder) ListLoadBalancerProviders() *gomock.Call
ListLoadBalancerProviders indicates an expected call of ListLoadBalancerProviders.
func (*MockLbClientMockRecorder) ListLoadBalancers ¶
func (mr *MockLbClientMockRecorder) ListLoadBalancers(arg0 interface{}) *gomock.Call
ListLoadBalancers indicates an expected call of ListLoadBalancers.
func (*MockLbClientMockRecorder) ListMonitors ¶
func (mr *MockLbClientMockRecorder) ListMonitors(arg0 interface{}) *gomock.Call
ListMonitors indicates an expected call of ListMonitors.
func (*MockLbClientMockRecorder) ListOctaviaVersions ¶
func (mr *MockLbClientMockRecorder) ListOctaviaVersions() *gomock.Call
ListOctaviaVersions indicates an expected call of ListOctaviaVersions.
func (*MockLbClientMockRecorder) ListPoolMember ¶
func (mr *MockLbClientMockRecorder) ListPoolMember(arg0, arg1 interface{}) *gomock.Call
ListPoolMember indicates an expected call of ListPoolMember.
func (*MockLbClientMockRecorder) ListPools ¶
func (mr *MockLbClientMockRecorder) ListPools(arg0 interface{}) *gomock.Call
ListPools indicates an expected call of ListPools.
func (*MockLbClientMockRecorder) UpdateListener ¶
func (mr *MockLbClientMockRecorder) UpdateListener(arg0, arg1 interface{}) *gomock.Call
UpdateListener indicates an expected call of UpdateListener.
type MockNetworkClient ¶
type MockNetworkClient struct {
// contains filtered or unexported fields
}
MockNetworkClient is a mock of NetworkClient interface.
func NewMockNetworkClient ¶
func NewMockNetworkClient(ctrl *gomock.Controller) *MockNetworkClient
NewMockNetworkClient creates a new mock instance.
func (*MockNetworkClient) AddRouterInterface ¶
func (m *MockNetworkClient) AddRouterInterface(arg0 string, arg1 routers.AddInterfaceOptsBuilder) (*routers.InterfaceInfo, error)
AddRouterInterface mocks base method.
func (*MockNetworkClient) CreateFloatingIP ¶
func (m *MockNetworkClient) CreateFloatingIP(arg0 floatingips.CreateOptsBuilder) (*floatingips.FloatingIP, error)
CreateFloatingIP mocks base method.
func (*MockNetworkClient) CreateNetwork ¶
func (m *MockNetworkClient) CreateNetwork(arg0 networks.CreateOptsBuilder) (*networks.Network, error)
CreateNetwork mocks base method.
func (*MockNetworkClient) CreatePort ¶
func (m *MockNetworkClient) CreatePort(arg0 ports.CreateOptsBuilder) (*ports.Port, error)
CreatePort mocks base method.
func (*MockNetworkClient) CreateRouter ¶
func (m *MockNetworkClient) CreateRouter(arg0 routers.CreateOptsBuilder) (*routers.Router, error)
CreateRouter mocks base method.
func (*MockNetworkClient) CreateSecGroup ¶
func (m *MockNetworkClient) CreateSecGroup(arg0 groups.CreateOptsBuilder) (*groups.SecGroup, error)
CreateSecGroup mocks base method.
func (*MockNetworkClient) CreateSecGroupRule ¶
func (m *MockNetworkClient) CreateSecGroupRule(arg0 rules.CreateOptsBuilder) (*rules.SecGroupRule, error)
CreateSecGroupRule mocks base method.
func (*MockNetworkClient) CreateSubnet ¶
func (m *MockNetworkClient) CreateSubnet(arg0 subnets.CreateOptsBuilder) (*subnets.Subnet, error)
CreateSubnet mocks base method.
func (*MockNetworkClient) CreateTrunk ¶
func (m *MockNetworkClient) CreateTrunk(arg0 trunks.CreateOptsBuilder) (*trunks.Trunk, error)
CreateTrunk mocks base method.
func (*MockNetworkClient) DeleteFloatingIP ¶
func (m *MockNetworkClient) DeleteFloatingIP(arg0 string) error
DeleteFloatingIP mocks base method.
func (*MockNetworkClient) DeleteNetwork ¶
func (m *MockNetworkClient) DeleteNetwork(arg0 string) error
DeleteNetwork mocks base method.
func (*MockNetworkClient) DeletePort ¶
func (m *MockNetworkClient) DeletePort(arg0 string) error
DeletePort mocks base method.
func (*MockNetworkClient) DeleteRouter ¶
func (m *MockNetworkClient) DeleteRouter(arg0 string) error
DeleteRouter mocks base method.
func (*MockNetworkClient) DeleteSecGroup ¶
func (m *MockNetworkClient) DeleteSecGroup(arg0 string) error
DeleteSecGroup mocks base method.
func (*MockNetworkClient) DeleteSecGroupRule ¶
func (m *MockNetworkClient) DeleteSecGroupRule(arg0 string) error
DeleteSecGroupRule mocks base method.
func (*MockNetworkClient) DeleteSubnet ¶
func (m *MockNetworkClient) DeleteSubnet(arg0 string) error
DeleteSubnet mocks base method.
func (*MockNetworkClient) DeleteTrunk ¶
func (m *MockNetworkClient) DeleteTrunk(arg0 string) error
DeleteTrunk mocks base method.
func (*MockNetworkClient) EXPECT ¶
func (m *MockNetworkClient) EXPECT() *MockNetworkClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetworkClient) GetFloatingIP ¶
func (m *MockNetworkClient) GetFloatingIP(arg0 string) (*floatingips.FloatingIP, error)
GetFloatingIP mocks base method.
func (*MockNetworkClient) GetNetwork ¶
func (m *MockNetworkClient) GetNetwork(arg0 string) (*networks.Network, error)
GetNetwork mocks base method.
func (*MockNetworkClient) GetPort ¶
func (m *MockNetworkClient) GetPort(arg0 string) (*ports.Port, error)
GetPort mocks base method.
func (*MockNetworkClient) GetRouter ¶
func (m *MockNetworkClient) GetRouter(arg0 string) (*routers.Router, error)
GetRouter mocks base method.
func (*MockNetworkClient) GetSecGroup ¶
func (m *MockNetworkClient) GetSecGroup(arg0 string) (*groups.SecGroup, error)
GetSecGroup mocks base method.
func (*MockNetworkClient) GetSecGroupRule ¶
func (m *MockNetworkClient) GetSecGroupRule(arg0 string) (*rules.SecGroupRule, error)
GetSecGroupRule mocks base method.
func (*MockNetworkClient) GetSubnet ¶
func (m *MockNetworkClient) GetSubnet(arg0 string) (*subnets.Subnet, error)
GetSubnet mocks base method.
func (*MockNetworkClient) ListExtensions ¶
func (m *MockNetworkClient) ListExtensions() ([]extensions.Extension, error)
ListExtensions mocks base method.
func (*MockNetworkClient) ListFloatingIP ¶
func (m *MockNetworkClient) ListFloatingIP(arg0 floatingips.ListOptsBuilder) ([]floatingips.FloatingIP, error)
ListFloatingIP mocks base method.
func (*MockNetworkClient) ListNetwork ¶
func (m *MockNetworkClient) ListNetwork(arg0 networks.ListOptsBuilder) ([]networks.Network, error)
ListNetwork mocks base method.
func (*MockNetworkClient) ListPort ¶
func (m *MockNetworkClient) ListPort(arg0 ports.ListOptsBuilder) ([]ports.Port, error)
ListPort mocks base method.
func (*MockNetworkClient) ListRouter ¶
ListRouter mocks base method.
func (*MockNetworkClient) ListSecGroup ¶
ListSecGroup mocks base method.
func (*MockNetworkClient) ListSecGroupRule ¶
func (m *MockNetworkClient) ListSecGroupRule(arg0 rules.ListOpts) ([]rules.SecGroupRule, error)
ListSecGroupRule mocks base method.
func (*MockNetworkClient) ListSubnet ¶
func (m *MockNetworkClient) ListSubnet(arg0 subnets.ListOptsBuilder) ([]subnets.Subnet, error)
ListSubnet mocks base method.
func (*MockNetworkClient) ListTrunk ¶
func (m *MockNetworkClient) ListTrunk(arg0 trunks.ListOptsBuilder) ([]trunks.Trunk, error)
ListTrunk mocks base method.
func (*MockNetworkClient) ListTrunkSubports ¶ added in v0.9.2
func (m *MockNetworkClient) ListTrunkSubports(arg0 string) ([]trunks.Subport, error)
ListTrunkSubports mocks base method.
func (*MockNetworkClient) RemoveRouterInterface ¶
func (m *MockNetworkClient) RemoveRouterInterface(arg0 string, arg1 routers.RemoveInterfaceOptsBuilder) (*routers.InterfaceInfo, error)
RemoveRouterInterface mocks base method.
func (*MockNetworkClient) RemoveSubports ¶ added in v0.9.2
func (m *MockNetworkClient) RemoveSubports(arg0 string, arg1 trunks.RemoveSubportsOpts) error
RemoveSubports mocks base method.
func (*MockNetworkClient) ReplaceAllAttributesTags ¶
func (m *MockNetworkClient) ReplaceAllAttributesTags(arg0, arg1 string, arg2 attributestags.ReplaceAllOptsBuilder) ([]string, error)
ReplaceAllAttributesTags mocks base method.
func (*MockNetworkClient) UpdateFloatingIP ¶
func (m *MockNetworkClient) UpdateFloatingIP(arg0 string, arg1 floatingips.UpdateOptsBuilder) (*floatingips.FloatingIP, error)
UpdateFloatingIP mocks base method.
func (*MockNetworkClient) UpdateNetwork ¶
func (m *MockNetworkClient) UpdateNetwork(arg0 string, arg1 networks.UpdateOptsBuilder) (*networks.Network, error)
UpdateNetwork mocks base method.
func (*MockNetworkClient) UpdatePort ¶
func (m *MockNetworkClient) UpdatePort(arg0 string, arg1 ports.UpdateOptsBuilder) (*ports.Port, error)
UpdatePort mocks base method.
func (*MockNetworkClient) UpdateRouter ¶
func (m *MockNetworkClient) UpdateRouter(arg0 string, arg1 routers.UpdateOptsBuilder) (*routers.Router, error)
UpdateRouter mocks base method.
func (*MockNetworkClient) UpdateSecGroup ¶
func (m *MockNetworkClient) UpdateSecGroup(arg0 string, arg1 groups.UpdateOptsBuilder) (*groups.SecGroup, error)
UpdateSecGroup mocks base method.
func (*MockNetworkClient) UpdateSubnet ¶
func (m *MockNetworkClient) UpdateSubnet(arg0 string, arg1 subnets.UpdateOptsBuilder) (*subnets.Subnet, error)
UpdateSubnet mocks base method.
type MockNetworkClientMockRecorder ¶
type MockNetworkClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNetworkClientMockRecorder is the mock recorder for MockNetworkClient.
func (*MockNetworkClientMockRecorder) AddRouterInterface ¶
func (mr *MockNetworkClientMockRecorder) AddRouterInterface(arg0, arg1 interface{}) *gomock.Call
AddRouterInterface indicates an expected call of AddRouterInterface.
func (*MockNetworkClientMockRecorder) CreateFloatingIP ¶
func (mr *MockNetworkClientMockRecorder) CreateFloatingIP(arg0 interface{}) *gomock.Call
CreateFloatingIP indicates an expected call of CreateFloatingIP.
func (*MockNetworkClientMockRecorder) CreateNetwork ¶
func (mr *MockNetworkClientMockRecorder) CreateNetwork(arg0 interface{}) *gomock.Call
CreateNetwork indicates an expected call of CreateNetwork.
func (*MockNetworkClientMockRecorder) CreatePort ¶
func (mr *MockNetworkClientMockRecorder) CreatePort(arg0 interface{}) *gomock.Call
CreatePort indicates an expected call of CreatePort.
func (*MockNetworkClientMockRecorder) CreateRouter ¶
func (mr *MockNetworkClientMockRecorder) CreateRouter(arg0 interface{}) *gomock.Call
CreateRouter indicates an expected call of CreateRouter.
func (*MockNetworkClientMockRecorder) CreateSecGroup ¶
func (mr *MockNetworkClientMockRecorder) CreateSecGroup(arg0 interface{}) *gomock.Call
CreateSecGroup indicates an expected call of CreateSecGroup.
func (*MockNetworkClientMockRecorder) CreateSecGroupRule ¶
func (mr *MockNetworkClientMockRecorder) CreateSecGroupRule(arg0 interface{}) *gomock.Call
CreateSecGroupRule indicates an expected call of CreateSecGroupRule.
func (*MockNetworkClientMockRecorder) CreateSubnet ¶
func (mr *MockNetworkClientMockRecorder) CreateSubnet(arg0 interface{}) *gomock.Call
CreateSubnet indicates an expected call of CreateSubnet.
func (*MockNetworkClientMockRecorder) CreateTrunk ¶
func (mr *MockNetworkClientMockRecorder) CreateTrunk(arg0 interface{}) *gomock.Call
CreateTrunk indicates an expected call of CreateTrunk.
func (*MockNetworkClientMockRecorder) DeleteFloatingIP ¶
func (mr *MockNetworkClientMockRecorder) DeleteFloatingIP(arg0 interface{}) *gomock.Call
DeleteFloatingIP indicates an expected call of DeleteFloatingIP.
func (*MockNetworkClientMockRecorder) DeleteNetwork ¶
func (mr *MockNetworkClientMockRecorder) DeleteNetwork(arg0 interface{}) *gomock.Call
DeleteNetwork indicates an expected call of DeleteNetwork.
func (*MockNetworkClientMockRecorder) DeletePort ¶
func (mr *MockNetworkClientMockRecorder) DeletePort(arg0 interface{}) *gomock.Call
DeletePort indicates an expected call of DeletePort.
func (*MockNetworkClientMockRecorder) DeleteRouter ¶
func (mr *MockNetworkClientMockRecorder) DeleteRouter(arg0 interface{}) *gomock.Call
DeleteRouter indicates an expected call of DeleteRouter.
func (*MockNetworkClientMockRecorder) DeleteSecGroup ¶
func (mr *MockNetworkClientMockRecorder) DeleteSecGroup(arg0 interface{}) *gomock.Call
DeleteSecGroup indicates an expected call of DeleteSecGroup.
func (*MockNetworkClientMockRecorder) DeleteSecGroupRule ¶
func (mr *MockNetworkClientMockRecorder) DeleteSecGroupRule(arg0 interface{}) *gomock.Call
DeleteSecGroupRule indicates an expected call of DeleteSecGroupRule.
func (*MockNetworkClientMockRecorder) DeleteSubnet ¶
func (mr *MockNetworkClientMockRecorder) DeleteSubnet(arg0 interface{}) *gomock.Call
DeleteSubnet indicates an expected call of DeleteSubnet.
func (*MockNetworkClientMockRecorder) DeleteTrunk ¶
func (mr *MockNetworkClientMockRecorder) DeleteTrunk(arg0 interface{}) *gomock.Call
DeleteTrunk indicates an expected call of DeleteTrunk.
func (*MockNetworkClientMockRecorder) GetFloatingIP ¶
func (mr *MockNetworkClientMockRecorder) GetFloatingIP(arg0 interface{}) *gomock.Call
GetFloatingIP indicates an expected call of GetFloatingIP.
func (*MockNetworkClientMockRecorder) GetNetwork ¶
func (mr *MockNetworkClientMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
GetNetwork indicates an expected call of GetNetwork.
func (*MockNetworkClientMockRecorder) GetPort ¶
func (mr *MockNetworkClientMockRecorder) GetPort(arg0 interface{}) *gomock.Call
GetPort indicates an expected call of GetPort.
func (*MockNetworkClientMockRecorder) GetRouter ¶
func (mr *MockNetworkClientMockRecorder) GetRouter(arg0 interface{}) *gomock.Call
GetRouter indicates an expected call of GetRouter.
func (*MockNetworkClientMockRecorder) GetSecGroup ¶
func (mr *MockNetworkClientMockRecorder) GetSecGroup(arg0 interface{}) *gomock.Call
GetSecGroup indicates an expected call of GetSecGroup.
func (*MockNetworkClientMockRecorder) GetSecGroupRule ¶
func (mr *MockNetworkClientMockRecorder) GetSecGroupRule(arg0 interface{}) *gomock.Call
GetSecGroupRule indicates an expected call of GetSecGroupRule.
func (*MockNetworkClientMockRecorder) GetSubnet ¶
func (mr *MockNetworkClientMockRecorder) GetSubnet(arg0 interface{}) *gomock.Call
GetSubnet indicates an expected call of GetSubnet.
func (*MockNetworkClientMockRecorder) ListExtensions ¶
func (mr *MockNetworkClientMockRecorder) ListExtensions() *gomock.Call
ListExtensions indicates an expected call of ListExtensions.
func (*MockNetworkClientMockRecorder) ListFloatingIP ¶
func (mr *MockNetworkClientMockRecorder) ListFloatingIP(arg0 interface{}) *gomock.Call
ListFloatingIP indicates an expected call of ListFloatingIP.
func (*MockNetworkClientMockRecorder) ListNetwork ¶
func (mr *MockNetworkClientMockRecorder) ListNetwork(arg0 interface{}) *gomock.Call
ListNetwork indicates an expected call of ListNetwork.
func (*MockNetworkClientMockRecorder) ListPort ¶
func (mr *MockNetworkClientMockRecorder) ListPort(arg0 interface{}) *gomock.Call
ListPort indicates an expected call of ListPort.
func (*MockNetworkClientMockRecorder) ListRouter ¶
func (mr *MockNetworkClientMockRecorder) ListRouter(arg0 interface{}) *gomock.Call
ListRouter indicates an expected call of ListRouter.
func (*MockNetworkClientMockRecorder) ListSecGroup ¶
func (mr *MockNetworkClientMockRecorder) ListSecGroup(arg0 interface{}) *gomock.Call
ListSecGroup indicates an expected call of ListSecGroup.
func (*MockNetworkClientMockRecorder) ListSecGroupRule ¶
func (mr *MockNetworkClientMockRecorder) ListSecGroupRule(arg0 interface{}) *gomock.Call
ListSecGroupRule indicates an expected call of ListSecGroupRule.
func (*MockNetworkClientMockRecorder) ListSubnet ¶
func (mr *MockNetworkClientMockRecorder) ListSubnet(arg0 interface{}) *gomock.Call
ListSubnet indicates an expected call of ListSubnet.
func (*MockNetworkClientMockRecorder) ListTrunk ¶
func (mr *MockNetworkClientMockRecorder) ListTrunk(arg0 interface{}) *gomock.Call
ListTrunk indicates an expected call of ListTrunk.
func (*MockNetworkClientMockRecorder) ListTrunkSubports ¶ added in v0.9.2
func (mr *MockNetworkClientMockRecorder) ListTrunkSubports(arg0 interface{}) *gomock.Call
ListTrunkSubports indicates an expected call of ListTrunkSubports.
func (*MockNetworkClientMockRecorder) RemoveRouterInterface ¶
func (mr *MockNetworkClientMockRecorder) RemoveRouterInterface(arg0, arg1 interface{}) *gomock.Call
RemoveRouterInterface indicates an expected call of RemoveRouterInterface.
func (*MockNetworkClientMockRecorder) RemoveSubports ¶ added in v0.9.2
func (mr *MockNetworkClientMockRecorder) RemoveSubports(arg0, arg1 interface{}) *gomock.Call
RemoveSubports indicates an expected call of RemoveSubports.
func (*MockNetworkClientMockRecorder) ReplaceAllAttributesTags ¶
func (mr *MockNetworkClientMockRecorder) ReplaceAllAttributesTags(arg0, arg1, arg2 interface{}) *gomock.Call
ReplaceAllAttributesTags indicates an expected call of ReplaceAllAttributesTags.
func (*MockNetworkClientMockRecorder) UpdateFloatingIP ¶
func (mr *MockNetworkClientMockRecorder) UpdateFloatingIP(arg0, arg1 interface{}) *gomock.Call
UpdateFloatingIP indicates an expected call of UpdateFloatingIP.
func (*MockNetworkClientMockRecorder) UpdateNetwork ¶
func (mr *MockNetworkClientMockRecorder) UpdateNetwork(arg0, arg1 interface{}) *gomock.Call
UpdateNetwork indicates an expected call of UpdateNetwork.
func (*MockNetworkClientMockRecorder) UpdatePort ¶
func (mr *MockNetworkClientMockRecorder) UpdatePort(arg0, arg1 interface{}) *gomock.Call
UpdatePort indicates an expected call of UpdatePort.
func (*MockNetworkClientMockRecorder) UpdateRouter ¶
func (mr *MockNetworkClientMockRecorder) UpdateRouter(arg0, arg1 interface{}) *gomock.Call
UpdateRouter indicates an expected call of UpdateRouter.
func (*MockNetworkClientMockRecorder) UpdateSecGroup ¶
func (mr *MockNetworkClientMockRecorder) UpdateSecGroup(arg0, arg1 interface{}) *gomock.Call
UpdateSecGroup indicates an expected call of UpdateSecGroup.
func (*MockNetworkClientMockRecorder) UpdateSubnet ¶
func (mr *MockNetworkClientMockRecorder) UpdateSubnet(arg0, arg1 interface{}) *gomock.Call
UpdateSubnet indicates an expected call of UpdateSubnet.
type MockVolumeClient ¶
type MockVolumeClient struct {
// contains filtered or unexported fields
}
MockVolumeClient is a mock of VolumeClient interface.
func NewMockVolumeClient ¶
func NewMockVolumeClient(ctrl *gomock.Controller) *MockVolumeClient
NewMockVolumeClient creates a new mock instance.
func (*MockVolumeClient) CreateVolume ¶
func (m *MockVolumeClient) CreateVolume(arg0 volumes.CreateOptsBuilder) (*volumes.Volume, error)
CreateVolume mocks base method.
func (*MockVolumeClient) DeleteVolume ¶
func (m *MockVolumeClient) DeleteVolume(arg0 string, arg1 volumes.DeleteOptsBuilder) error
DeleteVolume mocks base method.
func (*MockVolumeClient) EXPECT ¶
func (m *MockVolumeClient) EXPECT() *MockVolumeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVolumeClient) GetVolume ¶
func (m *MockVolumeClient) GetVolume(arg0 string) (*volumes.Volume, error)
GetVolume mocks base method.
func (*MockVolumeClient) ListVolumes ¶
func (m *MockVolumeClient) ListVolumes(arg0 volumes.ListOptsBuilder) ([]volumes.Volume, error)
ListVolumes mocks base method.
type MockVolumeClientMockRecorder ¶
type MockVolumeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVolumeClientMockRecorder is the mock recorder for MockVolumeClient.
func (*MockVolumeClientMockRecorder) CreateVolume ¶
func (mr *MockVolumeClientMockRecorder) CreateVolume(arg0 interface{}) *gomock.Call
CreateVolume indicates an expected call of CreateVolume.
func (*MockVolumeClientMockRecorder) DeleteVolume ¶
func (mr *MockVolumeClientMockRecorder) DeleteVolume(arg0, arg1 interface{}) *gomock.Call
DeleteVolume indicates an expected call of DeleteVolume.
func (*MockVolumeClientMockRecorder) GetVolume ¶
func (mr *MockVolumeClientMockRecorder) GetVolume(arg0 interface{}) *gomock.Call
GetVolume indicates an expected call of GetVolume.
func (*MockVolumeClientMockRecorder) ListVolumes ¶
func (mr *MockVolumeClientMockRecorder) ListVolumes(arg0 interface{}) *gomock.Call
ListVolumes indicates an expected call of ListVolumes.