mock_api

package
v0.0.0-...-3a7daba Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_api is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMachinePoolConverter

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

MockMachinePoolConverter is a mock of MachinePoolConverter interface.

func NewMockMachinePoolConverter

func NewMockMachinePoolConverter(ctrl *gomock.Controller) *MockMachinePoolConverter

NewMockMachinePoolConverter creates a new mock instance.

func (*MockMachinePoolConverter) EXPECT

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

func (*MockMachinePoolConverter) ToExternal

func (m *MockMachinePoolConverter) ToExternal(arg0 *api.MachinePool) interface{}

ToExternal mocks base method.

func (*MockMachinePoolConverter) ToExternalList

func (m *MockMachinePoolConverter) ToExternalList(arg0 []*api.MachinePool) interface{}

ToExternalList mocks base method.

func (*MockMachinePoolConverter) ToInternal

func (m *MockMachinePoolConverter) ToInternal(arg0 interface{}, arg1 *api.MachinePool)

ToInternal mocks base method.

type MockMachinePoolConverterMockRecorder

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

MockMachinePoolConverterMockRecorder is the mock recorder for MockMachinePoolConverter.

func (*MockMachinePoolConverterMockRecorder) ToExternal

func (mr *MockMachinePoolConverterMockRecorder) ToExternal(arg0 interface{}) *gomock.Call

ToExternal indicates an expected call of ToExternal.

func (*MockMachinePoolConverterMockRecorder) ToExternalList

func (mr *MockMachinePoolConverterMockRecorder) ToExternalList(arg0 interface{}) *gomock.Call

ToExternalList indicates an expected call of ToExternalList.

func (*MockMachinePoolConverterMockRecorder) ToInternal

func (mr *MockMachinePoolConverterMockRecorder) ToInternal(arg0, arg1 interface{}) *gomock.Call

ToInternal indicates an expected call of ToInternal.

type MockSecretConverter

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

MockSecretConverter is a mock of SecretConverter interface.

func NewMockSecretConverter

func NewMockSecretConverter(ctrl *gomock.Controller) *MockSecretConverter

NewMockSecretConverter creates a new mock instance.

func (*MockSecretConverter) EXPECT

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

func (*MockSecretConverter) ToExternal

func (m *MockSecretConverter) ToExternal(arg0 *api.Secret) interface{}

ToExternal mocks base method.

func (*MockSecretConverter) ToExternalList

func (m *MockSecretConverter) ToExternalList(arg0 []*api.Secret) interface{}

ToExternalList mocks base method.

func (*MockSecretConverter) ToInternal

func (m *MockSecretConverter) ToInternal(arg0 interface{}, arg1 *api.Secret)

ToInternal mocks base method.

type MockSecretConverterMockRecorder

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

MockSecretConverterMockRecorder is the mock recorder for MockSecretConverter.

func (*MockSecretConverterMockRecorder) ToExternal

func (mr *MockSecretConverterMockRecorder) ToExternal(arg0 interface{}) *gomock.Call

ToExternal indicates an expected call of ToExternal.

func (*MockSecretConverterMockRecorder) ToExternalList

func (mr *MockSecretConverterMockRecorder) ToExternalList(arg0 interface{}) *gomock.Call

ToExternalList indicates an expected call of ToExternalList.

func (*MockSecretConverterMockRecorder) ToInternal

func (mr *MockSecretConverterMockRecorder) ToInternal(arg0, arg1 interface{}) *gomock.Call

ToInternal indicates an expected call of ToInternal.

type MockSyncIdentityProviderConverter

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

MockSyncIdentityProviderConverter is a mock of SyncIdentityProviderConverter interface.

func NewMockSyncIdentityProviderConverter

func NewMockSyncIdentityProviderConverter(ctrl *gomock.Controller) *MockSyncIdentityProviderConverter

NewMockSyncIdentityProviderConverter creates a new mock instance.

func (*MockSyncIdentityProviderConverter) EXPECT

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

func (*MockSyncIdentityProviderConverter) ToExternal

func (m *MockSyncIdentityProviderConverter) ToExternal(arg0 *api.SyncIdentityProvider) interface{}

ToExternal mocks base method.

func (*MockSyncIdentityProviderConverter) ToExternalList

func (m *MockSyncIdentityProviderConverter) ToExternalList(arg0 []*api.SyncIdentityProvider) interface{}

ToExternalList mocks base method.

func (*MockSyncIdentityProviderConverter) ToInternal

func (m *MockSyncIdentityProviderConverter) ToInternal(arg0 interface{}, arg1 *api.SyncIdentityProvider)

ToInternal mocks base method.

type MockSyncIdentityProviderConverterMockRecorder

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

MockSyncIdentityProviderConverterMockRecorder is the mock recorder for MockSyncIdentityProviderConverter.

func (*MockSyncIdentityProviderConverterMockRecorder) ToExternal

func (mr *MockSyncIdentityProviderConverterMockRecorder) ToExternal(arg0 interface{}) *gomock.Call

ToExternal indicates an expected call of ToExternal.

func (*MockSyncIdentityProviderConverterMockRecorder) ToExternalList

func (mr *MockSyncIdentityProviderConverterMockRecorder) ToExternalList(arg0 interface{}) *gomock.Call

ToExternalList indicates an expected call of ToExternalList.

func (*MockSyncIdentityProviderConverterMockRecorder) ToInternal

func (mr *MockSyncIdentityProviderConverterMockRecorder) ToInternal(arg0, arg1 interface{}) *gomock.Call

ToInternal indicates an expected call of ToInternal.

type MockSyncSetConverter

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

MockSyncSetConverter is a mock of SyncSetConverter interface.

func NewMockSyncSetConverter

func NewMockSyncSetConverter(ctrl *gomock.Controller) *MockSyncSetConverter

NewMockSyncSetConverter creates a new mock instance.

func (*MockSyncSetConverter) EXPECT

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

func (*MockSyncSetConverter) ToExternal

func (m *MockSyncSetConverter) ToExternal(arg0 *api.SyncSet) interface{}

ToExternal mocks base method.

func (*MockSyncSetConverter) ToExternalList

func (m *MockSyncSetConverter) ToExternalList(arg0 []*api.SyncSet) interface{}

ToExternalList mocks base method.

func (*MockSyncSetConverter) ToInternal

func (m *MockSyncSetConverter) ToInternal(arg0 interface{}, arg1 *api.SyncSet)

ToInternal mocks base method.

type MockSyncSetConverterMockRecorder

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

MockSyncSetConverterMockRecorder is the mock recorder for MockSyncSetConverter.

func (*MockSyncSetConverterMockRecorder) ToExternal

func (mr *MockSyncSetConverterMockRecorder) ToExternal(arg0 interface{}) *gomock.Call

ToExternal indicates an expected call of ToExternal.

func (*MockSyncSetConverterMockRecorder) ToExternalList

func (mr *MockSyncSetConverterMockRecorder) ToExternalList(arg0 interface{}) *gomock.Call

ToExternalList indicates an expected call of ToExternalList.

func (*MockSyncSetConverterMockRecorder) ToInternal

func (mr *MockSyncSetConverterMockRecorder) ToInternal(arg0, arg1 interface{}) *gomock.Call

ToInternal indicates an expected call of ToInternal.

Jump to

Keyboard shortcuts

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