Documentation
¶
Overview ¶
Package ovfdomainmocks is a generated GoMock package.
Index ¶
- type MockDiskImporterInterface
- type MockDiskImporterInterfaceMockRecorder
- type MockMachineTypeProviderInterface
- type MockMachineTypeProviderInterfaceMockRecorder
- type MockMultiDiskImporterInterface
- type MockMultiDiskImporterInterfaceMockRecorder
- type MockOvfDescriptorLoaderInterface
- type MockOvfDescriptorLoaderInterfaceMockRecorder
- type MockOvfDescriptorValidatorInterface
- type MockOvfDescriptorValidatorInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDiskImporterInterface ¶
type MockDiskImporterInterface struct {
// contains filtered or unexported fields
}
MockDiskImporterInterface is a mock of DiskImporterInterface interface.
func NewMockDiskImporterInterface ¶
func NewMockDiskImporterInterface(ctrl *gomock.Controller) *MockDiskImporterInterface
NewMockDiskImporterInterface creates a new mock instance.
func (*MockDiskImporterInterface) EXPECT ¶
func (m *MockDiskImporterInterface) EXPECT() *MockDiskImporterInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDiskImporterInterfaceMockRecorder ¶
type MockDiskImporterInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockDiskImporterInterfaceMockRecorder is the mock recorder for MockDiskImporterInterface.
func (*MockDiskImporterInterfaceMockRecorder) Import ¶
func (mr *MockDiskImporterInterfaceMockRecorder) Import(arg0, arg1, arg2 interface{}) *gomock.Call
Import indicates an expected call of Import.
type MockMachineTypeProviderInterface ¶
type MockMachineTypeProviderInterface struct {
// contains filtered or unexported fields
}
MockMachineTypeProviderInterface is a mock of MachineTypeProviderInterface interface.
func NewMockMachineTypeProviderInterface ¶
func NewMockMachineTypeProviderInterface(ctrl *gomock.Controller) *MockMachineTypeProviderInterface
NewMockMachineTypeProviderInterface creates a new mock instance.
func (*MockMachineTypeProviderInterface) EXPECT ¶
func (m *MockMachineTypeProviderInterface) EXPECT() *MockMachineTypeProviderInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMachineTypeProviderInterface) GetMachineType ¶
func (m *MockMachineTypeProviderInterface) GetMachineType() (string, error)
GetMachineType mocks base method.
type MockMachineTypeProviderInterfaceMockRecorder ¶
type MockMachineTypeProviderInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockMachineTypeProviderInterfaceMockRecorder is the mock recorder for MockMachineTypeProviderInterface.
func (*MockMachineTypeProviderInterfaceMockRecorder) GetMachineType ¶
func (mr *MockMachineTypeProviderInterfaceMockRecorder) GetMachineType() *gomock.Call
GetMachineType indicates an expected call of GetMachineType.
type MockMultiDiskImporterInterface ¶
type MockMultiDiskImporterInterface struct {
// contains filtered or unexported fields
}
MockMultiDiskImporterInterface is a mock of MultiDiskImporterInterface interface.
func NewMockMultiDiskImporterInterface ¶
func NewMockMultiDiskImporterInterface(ctrl *gomock.Controller) *MockMultiDiskImporterInterface
NewMockMultiDiskImporterInterface creates a new mock instance.
func (*MockMultiDiskImporterInterface) EXPECT ¶
func (m *MockMultiDiskImporterInterface) EXPECT() *MockMultiDiskImporterInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMultiDiskImporterInterfaceMockRecorder ¶
type MockMultiDiskImporterInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockMultiDiskImporterInterfaceMockRecorder is the mock recorder for MockMultiDiskImporterInterface.
func (*MockMultiDiskImporterInterfaceMockRecorder) Import ¶
func (mr *MockMultiDiskImporterInterfaceMockRecorder) Import(ctx, params, fileURIs interface{}) *gomock.Call
Import indicates an expected call of Import.
type MockOvfDescriptorLoaderInterface ¶
type MockOvfDescriptorLoaderInterface struct {
// contains filtered or unexported fields
}
MockOvfDescriptorLoaderInterface is a mock of OvfDescriptorLoaderInterface interface.
func NewMockOvfDescriptorLoaderInterface ¶
func NewMockOvfDescriptorLoaderInterface(ctrl *gomock.Controller) *MockOvfDescriptorLoaderInterface
NewMockOvfDescriptorLoaderInterface creates a new mock instance.
func (*MockOvfDescriptorLoaderInterface) EXPECT ¶
func (m *MockOvfDescriptorLoaderInterface) EXPECT() *MockOvfDescriptorLoaderInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockOvfDescriptorLoaderInterfaceMockRecorder ¶
type MockOvfDescriptorLoaderInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockOvfDescriptorLoaderInterfaceMockRecorder is the mock recorder for MockOvfDescriptorLoaderInterface.
func (*MockOvfDescriptorLoaderInterfaceMockRecorder) Load ¶
func (mr *MockOvfDescriptorLoaderInterfaceMockRecorder) Load(ovfGcsPath interface{}) *gomock.Call
Load indicates an expected call of Load.
type MockOvfDescriptorValidatorInterface ¶
type MockOvfDescriptorValidatorInterface struct {
// contains filtered or unexported fields
}
MockOvfDescriptorValidatorInterface is a mock of OvfDescriptorValidatorInterface interface.
func NewMockOvfDescriptorValidatorInterface ¶
func NewMockOvfDescriptorValidatorInterface(ctrl *gomock.Controller) *MockOvfDescriptorValidatorInterface
NewMockOvfDescriptorValidatorInterface creates a new mock instance.
func (*MockOvfDescriptorValidatorInterface) EXPECT ¶
func (m *MockOvfDescriptorValidatorInterface) EXPECT() *MockOvfDescriptorValidatorInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOvfDescriptorValidatorInterface) ValidateOvfPackage ¶
func (m *MockOvfDescriptorValidatorInterface) ValidateOvfPackage(ovfDescriptor *ovf.Envelope, ovfGcsPath string) (*ovf.Envelope, error)
ValidateOvfPackage mocks base method.
type MockOvfDescriptorValidatorInterfaceMockRecorder ¶
type MockOvfDescriptorValidatorInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockOvfDescriptorValidatorInterfaceMockRecorder is the mock recorder for MockOvfDescriptorValidatorInterface.
func (*MockOvfDescriptorValidatorInterfaceMockRecorder) ValidateOvfPackage ¶
func (mr *MockOvfDescriptorValidatorInterfaceMockRecorder) ValidateOvfPackage(ovfDescriptor, ovfGcsPath interface{}) *gomock.Call
ValidateOvfPackage indicates an expected call of ValidateOvfPackage.