Documentation ¶
Overview ¶
Package client is a generated GoMock package.
Index ¶
- type MockDNSRecordSet
- type MockDNSRecordSetMockRecorder
- type MockDNSZone
- type MockDNSZoneMockRecorder
- type MockFactory
- func (m *MockFactory) DNSRecordSet(arg0 context.Context, arg1 v1.SecretReference) (client.DNSRecordSet, error)
- func (m *MockFactory) DNSZone(arg0 context.Context, arg1 v1.SecretReference) (client.DNSZone, error)
- func (m *MockFactory) Disk(arg0 context.Context, arg1 v1.SecretReference) (client.Disk, error)
- func (m *MockFactory) EXPECT() *MockFactoryMockRecorder
- func (m *MockFactory) Group(arg0 context.Context, arg1 v1.SecretReference) (client.Group, error)
- func (m *MockFactory) NetworkInterface(arg0 context.Context, arg1 v1.SecretReference) (client.NetworkInterface, error)
- func (m *MockFactory) NetworkSecurityGroup(arg0 context.Context, arg1 v1.SecretReference) (client.NetworkSecurityGroup, error)
- func (m *MockFactory) PublicIP(arg0 context.Context, arg1 v1.SecretReference) (client.PublicIP, error)
- func (m *MockFactory) Storage(arg0 context.Context, arg1 v1.SecretReference) (client.Storage, error)
- func (m *MockFactory) StorageAccount(arg0 context.Context, arg1 v1.SecretReference) (client.StorageAccount, error)
- func (m *MockFactory) Subnet(arg0 context.Context, arg1 v1.SecretReference) (client.Subnet, error)
- func (m *MockFactory) VirtualMachine(arg0 context.Context, arg1 v1.SecretReference) (client.VirtualMachine, error)
- func (m *MockFactory) Vmss(arg0 context.Context, arg1 v1.SecretReference) (client.Vmss, error)
- type MockFactoryMockRecorder
- func (mr *MockFactoryMockRecorder) DNSRecordSet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) DNSZone(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) Disk(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) Group(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) NetworkInterface(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) NetworkSecurityGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) PublicIP(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) Storage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) StorageAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) Subnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) VirtualMachine(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) Vmss(arg0, arg1 interface{}) *gomock.Call
- type MockGroup
- type MockGroupMockRecorder
- type MockSubnet
- func (m *MockSubnet) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockSubnet) EXPECT() *MockSubnetMockRecorder
- func (m *MockSubnet) Get(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*network.Subnet, error)
- func (m *MockSubnet) List(arg0 context.Context, arg1, arg2 string) ([]network.Subnet, error)
- type MockSubnetMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDNSRecordSet ¶
type MockDNSRecordSet struct {
// contains filtered or unexported fields
}
MockDNSRecordSet is a mock of DNSRecordSet interface.
func NewMockDNSRecordSet ¶
func NewMockDNSRecordSet(ctrl *gomock.Controller) *MockDNSRecordSet
NewMockDNSRecordSet creates a new mock instance.
func (*MockDNSRecordSet) CreateOrUpdate ¶
func (m *MockDNSRecordSet) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int64) error
CreateOrUpdate mocks base method.
func (*MockDNSRecordSet) Delete ¶
func (m *MockDNSRecordSet) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
Delete mocks base method.
func (*MockDNSRecordSet) EXPECT ¶
func (m *MockDNSRecordSet) EXPECT() *MockDNSRecordSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDNSRecordSetMockRecorder ¶
type MockDNSRecordSetMockRecorder struct {
// contains filtered or unexported fields
}
MockDNSRecordSetMockRecorder is the mock recorder for MockDNSRecordSet.
func (*MockDNSRecordSetMockRecorder) CreateOrUpdate ¶
func (mr *MockDNSRecordSetMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockDNSRecordSetMockRecorder) Delete ¶
func (mr *MockDNSRecordSetMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
type MockDNSZone ¶
type MockDNSZone struct {
// contains filtered or unexported fields
}
MockDNSZone is a mock of DNSZone interface.
func NewMockDNSZone ¶
func NewMockDNSZone(ctrl *gomock.Controller) *MockDNSZone
NewMockDNSZone creates a new mock instance.
func (*MockDNSZone) EXPECT ¶
func (m *MockDNSZone) EXPECT() *MockDNSZoneMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDNSZoneMockRecorder ¶
type MockDNSZoneMockRecorder struct {
// contains filtered or unexported fields
}
MockDNSZoneMockRecorder is the mock recorder for MockDNSZone.
func (*MockDNSZoneMockRecorder) GetAll ¶
func (mr *MockDNSZoneMockRecorder) GetAll(arg0 interface{}) *gomock.Call
GetAll indicates an expected call of GetAll.
type MockFactory ¶
type MockFactory struct {
// contains filtered or unexported fields
}
MockFactory is a mock of Factory interface.
func NewMockFactory ¶
func NewMockFactory(ctrl *gomock.Controller) *MockFactory
NewMockFactory creates a new mock instance.
func (*MockFactory) DNSRecordSet ¶
func (m *MockFactory) DNSRecordSet(arg0 context.Context, arg1 v1.SecretReference) (client.DNSRecordSet, error)
DNSRecordSet mocks base method.
func (*MockFactory) DNSZone ¶
func (m *MockFactory) DNSZone(arg0 context.Context, arg1 v1.SecretReference) (client.DNSZone, error)
DNSZone mocks base method.
func (*MockFactory) Disk ¶ added in v1.26.0
func (m *MockFactory) Disk(arg0 context.Context, arg1 v1.SecretReference) (client.Disk, error)
Disk mocks base method.
func (*MockFactory) EXPECT ¶
func (m *MockFactory) EXPECT() *MockFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFactory) Group ¶
func (m *MockFactory) Group(arg0 context.Context, arg1 v1.SecretReference) (client.Group, error)
Group mocks base method.
func (*MockFactory) NetworkInterface ¶ added in v1.26.0
func (m *MockFactory) NetworkInterface(arg0 context.Context, arg1 v1.SecretReference) (client.NetworkInterface, error)
NetworkInterface mocks base method.
func (*MockFactory) NetworkSecurityGroup ¶ added in v1.26.0
func (m *MockFactory) NetworkSecurityGroup(arg0 context.Context, arg1 v1.SecretReference) (client.NetworkSecurityGroup, error)
NetworkSecurityGroup mocks base method.
func (*MockFactory) PublicIP ¶ added in v1.26.0
func (m *MockFactory) PublicIP(arg0 context.Context, arg1 v1.SecretReference) (client.PublicIP, error)
PublicIP mocks base method.
func (*MockFactory) Storage ¶
func (m *MockFactory) Storage(arg0 context.Context, arg1 v1.SecretReference) (client.Storage, error)
Storage mocks base method.
func (*MockFactory) StorageAccount ¶
func (m *MockFactory) StorageAccount(arg0 context.Context, arg1 v1.SecretReference) (client.StorageAccount, error)
StorageAccount mocks base method.
func (*MockFactory) Subnet ¶ added in v1.26.0
func (m *MockFactory) Subnet(arg0 context.Context, arg1 v1.SecretReference) (client.Subnet, error)
Subnet mocks base method.
func (*MockFactory) VirtualMachine ¶ added in v1.26.0
func (m *MockFactory) VirtualMachine(arg0 context.Context, arg1 v1.SecretReference) (client.VirtualMachine, error)
VirtualMachine mocks base method.
func (*MockFactory) Vmss ¶
func (m *MockFactory) Vmss(arg0 context.Context, arg1 v1.SecretReference) (client.Vmss, error)
Vmss mocks base method.
type MockFactoryMockRecorder ¶
type MockFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockFactoryMockRecorder is the mock recorder for MockFactory.
func (*MockFactoryMockRecorder) DNSRecordSet ¶
func (mr *MockFactoryMockRecorder) DNSRecordSet(arg0, arg1 interface{}) *gomock.Call
DNSRecordSet indicates an expected call of DNSRecordSet.
func (*MockFactoryMockRecorder) DNSZone ¶
func (mr *MockFactoryMockRecorder) DNSZone(arg0, arg1 interface{}) *gomock.Call
DNSZone indicates an expected call of DNSZone.
func (*MockFactoryMockRecorder) Disk ¶ added in v1.26.0
func (mr *MockFactoryMockRecorder) Disk(arg0, arg1 interface{}) *gomock.Call
Disk indicates an expected call of Disk.
func (*MockFactoryMockRecorder) Group ¶
func (mr *MockFactoryMockRecorder) Group(arg0, arg1 interface{}) *gomock.Call
Group indicates an expected call of Group.
func (*MockFactoryMockRecorder) NetworkInterface ¶ added in v1.26.0
func (mr *MockFactoryMockRecorder) NetworkInterface(arg0, arg1 interface{}) *gomock.Call
NetworkInterface indicates an expected call of NetworkInterface.
func (*MockFactoryMockRecorder) NetworkSecurityGroup ¶ added in v1.26.0
func (mr *MockFactoryMockRecorder) NetworkSecurityGroup(arg0, arg1 interface{}) *gomock.Call
NetworkSecurityGroup indicates an expected call of NetworkSecurityGroup.
func (*MockFactoryMockRecorder) PublicIP ¶ added in v1.26.0
func (mr *MockFactoryMockRecorder) PublicIP(arg0, arg1 interface{}) *gomock.Call
PublicIP indicates an expected call of PublicIP.
func (*MockFactoryMockRecorder) Storage ¶
func (mr *MockFactoryMockRecorder) Storage(arg0, arg1 interface{}) *gomock.Call
Storage indicates an expected call of Storage.
func (*MockFactoryMockRecorder) StorageAccount ¶
func (mr *MockFactoryMockRecorder) StorageAccount(arg0, arg1 interface{}) *gomock.Call
StorageAccount indicates an expected call of StorageAccount.
func (*MockFactoryMockRecorder) Subnet ¶ added in v1.26.0
func (mr *MockFactoryMockRecorder) Subnet(arg0, arg1 interface{}) *gomock.Call
Subnet indicates an expected call of Subnet.
func (*MockFactoryMockRecorder) VirtualMachine ¶ added in v1.26.0
func (mr *MockFactoryMockRecorder) VirtualMachine(arg0, arg1 interface{}) *gomock.Call
VirtualMachine indicates an expected call of VirtualMachine.
func (*MockFactoryMockRecorder) Vmss ¶
func (mr *MockFactoryMockRecorder) Vmss(arg0, arg1 interface{}) *gomock.Call
Vmss indicates an expected call of Vmss.
type MockGroup ¶ added in v1.28.0
type MockGroup struct {
// contains filtered or unexported fields
}
MockGroup is a mock of Group interface.
func NewMockGroup ¶ added in v1.28.0
func NewMockGroup(ctrl *gomock.Controller) *MockGroup
NewMockGroup creates a new mock instance.
func (*MockGroup) CreateOrUpdate ¶ added in v1.28.0
CreateOrUpdate mocks base method.
func (*MockGroup) DeleteIfExits ¶ added in v1.28.0
DeleteIfExits mocks base method.
func (*MockGroup) EXPECT ¶ added in v1.28.0
func (m *MockGroup) EXPECT() *MockGroupMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGroupMockRecorder ¶ added in v1.28.0
type MockGroupMockRecorder struct {
// contains filtered or unexported fields
}
MockGroupMockRecorder is the mock recorder for MockGroup.
func (*MockGroupMockRecorder) CreateOrUpdate ¶ added in v1.28.0
func (mr *MockGroupMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockGroupMockRecorder) DeleteIfExits ¶ added in v1.28.0
func (mr *MockGroupMockRecorder) DeleteIfExits(arg0, arg1 interface{}) *gomock.Call
DeleteIfExits indicates an expected call of DeleteIfExits.
func (*MockGroupMockRecorder) Get ¶ added in v1.28.0
func (mr *MockGroupMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
type MockSubnet ¶ added in v1.28.0
type MockSubnet struct {
// contains filtered or unexported fields
}
MockSubnet is a mock of Subnet interface.
func NewMockSubnet ¶ added in v1.28.0
func NewMockSubnet(ctrl *gomock.Controller) *MockSubnet
NewMockSubnet creates a new mock instance.
func (*MockSubnet) Delete ¶ added in v1.28.0
func (m *MockSubnet) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
Delete mocks base method.
func (*MockSubnet) EXPECT ¶ added in v1.28.0
func (m *MockSubnet) EXPECT() *MockSubnetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSubnetMockRecorder ¶ added in v1.28.0
type MockSubnetMockRecorder struct {
// contains filtered or unexported fields
}
MockSubnetMockRecorder is the mock recorder for MockSubnet.
func (*MockSubnetMockRecorder) Delete ¶ added in v1.28.0
func (mr *MockSubnetMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockSubnetMockRecorder) Get ¶ added in v1.28.0
func (mr *MockSubnetMockRecorder) Get(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockSubnetMockRecorder) List ¶ added in v1.28.0
func (mr *MockSubnetMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List.