Documentation ¶
Overview ¶
Package terraformer is a generated GoMock package.
Index ¶
- type MockFactory
- func (m *MockFactory) DefaultInitializer(arg0 client.Client, arg1, arg2 string, arg3 []byte) terraformer.Initializer
- func (m *MockFactory) EXPECT() *MockFactoryMockRecorder
- func (m *MockFactory) New(arg0 logrus.FieldLogger, arg1 client.Client, arg2 v1.CoreV1Interface, ...) terraformer.Interface
- func (m *MockFactory) NewForConfig(arg0 logrus.FieldLogger, arg1 *rest.Config, arg2, arg3, arg4, arg5 string) (terraformer.Interface, error)
- type MockFactoryMockRecorder
- func (mr *MockFactoryMockRecorder) DefaultInitializer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) New(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) NewForConfig(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- type MockInitializer
- type MockInitializerMockRecorder
- type MockInterface
- func (m *MockInterface) Apply() error
- func (m *MockInterface) ConfigExists() (bool, error)
- func (m *MockInterface) Destroy() error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetStateOutputVariables(arg0 ...string) (map[string]string, error)
- func (m *MockInterface) InitializeWith(arg0 terraformer.Initializer) terraformer.Interface
- func (m *MockInterface) SetVariablesEnvironment(arg0 map[string]string) terraformer.Interface
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Apply() *gomock.Call
- func (mr *MockInterfaceMockRecorder) ConfigExists() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Destroy() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetStateOutputVariables(arg0 ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) InitializeWith(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetVariablesEnvironment(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) DefaultInitializer ¶
func (m *MockFactory) DefaultInitializer(arg0 client.Client, arg1, arg2 string, arg3 []byte) terraformer.Initializer
DefaultInitializer 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) New ¶
func (m *MockFactory) New(arg0 logrus.FieldLogger, arg1 client.Client, arg2 v1.CoreV1Interface, arg3, arg4, arg5, arg6 string) terraformer.Interface
New mocks base method
func (*MockFactory) NewForConfig ¶
func (m *MockFactory) NewForConfig(arg0 logrus.FieldLogger, arg1 *rest.Config, arg2, arg3, arg4, arg5 string) (terraformer.Interface, error)
NewForConfig mocks base method
type MockFactoryMockRecorder ¶
type MockFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockFactoryMockRecorder is the mock recorder for MockFactory
func (*MockFactoryMockRecorder) DefaultInitializer ¶
func (mr *MockFactoryMockRecorder) DefaultInitializer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DefaultInitializer indicates an expected call of DefaultInitializer
func (*MockFactoryMockRecorder) New ¶
func (mr *MockFactoryMockRecorder) New(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
New indicates an expected call of New
func (*MockFactoryMockRecorder) NewForConfig ¶
func (mr *MockFactoryMockRecorder) NewForConfig(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
NewForConfig indicates an expected call of NewForConfig
type MockInitializer ¶
type MockInitializer struct {
// contains filtered or unexported fields
}
MockInitializer is a mock of Initializer interface
func NewMockInitializer ¶
func NewMockInitializer(ctrl *gomock.Controller) *MockInitializer
NewMockInitializer creates a new mock instance
func (*MockInitializer) EXPECT ¶
func (m *MockInitializer) EXPECT() *MockInitializerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInitializer) Initialize ¶
func (m *MockInitializer) Initialize(arg0 *terraformer0.InitializerConfig) error
Initialize mocks base method
type MockInitializerMockRecorder ¶
type MockInitializerMockRecorder struct {
// contains filtered or unexported fields
}
MockInitializerMockRecorder is the mock recorder for MockInitializer
func (*MockInitializerMockRecorder) Initialize ¶
func (mr *MockInitializerMockRecorder) Initialize(arg0 interface{}) *gomock.Call
Initialize indicates an expected call of Initialize
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) ConfigExists ¶
func (m *MockInterface) ConfigExists() (bool, error)
ConfigExists mocks base method
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) GetStateOutputVariables ¶
func (m *MockInterface) GetStateOutputVariables(arg0 ...string) (map[string]string, error)
GetStateOutputVariables mocks base method
func (*MockInterface) InitializeWith ¶
func (m *MockInterface) InitializeWith(arg0 terraformer.Initializer) terraformer.Interface
InitializeWith mocks base method
func (*MockInterface) SetVariablesEnvironment ¶
func (m *MockInterface) SetVariablesEnvironment(arg0 map[string]string) terraformer.Interface
SetVariablesEnvironment mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) Apply ¶
func (mr *MockInterfaceMockRecorder) Apply() *gomock.Call
Apply indicates an expected call of Apply
func (*MockInterfaceMockRecorder) ConfigExists ¶
func (mr *MockInterfaceMockRecorder) ConfigExists() *gomock.Call
ConfigExists indicates an expected call of ConfigExists
func (*MockInterfaceMockRecorder) Destroy ¶
func (mr *MockInterfaceMockRecorder) Destroy() *gomock.Call
Destroy indicates an expected call of Destroy
func (*MockInterfaceMockRecorder) GetStateOutputVariables ¶
func (mr *MockInterfaceMockRecorder) GetStateOutputVariables(arg0 ...interface{}) *gomock.Call
GetStateOutputVariables indicates an expected call of GetStateOutputVariables
func (*MockInterfaceMockRecorder) InitializeWith ¶
func (mr *MockInterfaceMockRecorder) InitializeWith(arg0 interface{}) *gomock.Call
InitializeWith indicates an expected call of InitializeWith
func (*MockInterfaceMockRecorder) SetVariablesEnvironment ¶
func (mr *MockInterfaceMockRecorder) SetVariablesEnvironment(arg0 interface{}) *gomock.Call
SetVariablesEnvironment indicates an expected call of SetVariablesEnvironment