Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockApplicationAPI
- func (m *MockApplicationAPI) BestAPIVersion() int
- func (m *MockApplicationAPI) Close() error
- func (m *MockApplicationAPI) EXPECT() *MockApplicationAPIMockRecorder
- func (m *MockApplicationAPI) Get(arg0, arg1 string) (*params.ApplicationGetResults, error)
- func (m *MockApplicationAPI) Set(arg0 string, arg1 map[string]string) error
- func (m *MockApplicationAPI) SetApplicationConfig(arg0, arg1 string, arg2 map[string]string) error
- func (m *MockApplicationAPI) SetConfig(arg0, arg1, arg2 string, arg3 map[string]string) error
- func (m *MockApplicationAPI) Unset(arg0 string, arg1 []string) error
- func (m *MockApplicationAPI) UnsetApplicationConfig(arg0, arg1 string, arg2 []string) error
- func (m *MockApplicationAPI) Update(arg0 params.ApplicationUpdate) error
- type MockApplicationAPIMockRecorder
- func (mr *MockApplicationAPIMockRecorder) BestAPIVersion() *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) Close() *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) SetApplicationConfig(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) SetConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) Unset(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) UnsetApplicationConfig(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockApplicationAPIMockRecorder) Update(arg0 interface{}) *gomock.Call
- type MockDeployer
- type MockDeployerFactory
- type MockDeployerFactoryMockRecorder
- type MockDeployerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationAPI ¶
type MockApplicationAPI struct {
// contains filtered or unexported fields
}
MockApplicationAPI is a mock of ApplicationAPI interface
func NewMockApplicationAPI ¶
func NewMockApplicationAPI(ctrl *gomock.Controller) *MockApplicationAPI
NewMockApplicationAPI creates a new mock instance
func (*MockApplicationAPI) BestAPIVersion ¶
func (m *MockApplicationAPI) BestAPIVersion() int
BestAPIVersion mocks base method
func (*MockApplicationAPI) Close ¶
func (m *MockApplicationAPI) Close() error
Close mocks base method
func (*MockApplicationAPI) EXPECT ¶
func (m *MockApplicationAPI) EXPECT() *MockApplicationAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockApplicationAPI) Get ¶
func (m *MockApplicationAPI) Get(arg0, arg1 string) (*params.ApplicationGetResults, error)
Get mocks base method
func (*MockApplicationAPI) Set ¶
func (m *MockApplicationAPI) Set(arg0 string, arg1 map[string]string) error
Set mocks base method
func (*MockApplicationAPI) SetApplicationConfig ¶
func (m *MockApplicationAPI) SetApplicationConfig(arg0, arg1 string, arg2 map[string]string) error
SetApplicationConfig mocks base method
func (*MockApplicationAPI) SetConfig ¶
func (m *MockApplicationAPI) SetConfig(arg0, arg1, arg2 string, arg3 map[string]string) error
SetConfig mocks base method
func (*MockApplicationAPI) Unset ¶
func (m *MockApplicationAPI) Unset(arg0 string, arg1 []string) error
Unset mocks base method
func (*MockApplicationAPI) UnsetApplicationConfig ¶
func (m *MockApplicationAPI) UnsetApplicationConfig(arg0, arg1 string, arg2 []string) error
UnsetApplicationConfig mocks base method
func (*MockApplicationAPI) Update ¶
func (m *MockApplicationAPI) Update(arg0 params.ApplicationUpdate) error
Update mocks base method
type MockApplicationAPIMockRecorder ¶
type MockApplicationAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationAPIMockRecorder is the mock recorder for MockApplicationAPI
func (*MockApplicationAPIMockRecorder) BestAPIVersion ¶
func (mr *MockApplicationAPIMockRecorder) BestAPIVersion() *gomock.Call
BestAPIVersion indicates an expected call of BestAPIVersion
func (*MockApplicationAPIMockRecorder) Close ¶
func (mr *MockApplicationAPIMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockApplicationAPIMockRecorder) Get ¶
func (mr *MockApplicationAPIMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockApplicationAPIMockRecorder) Set ¶
func (mr *MockApplicationAPIMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call
Set indicates an expected call of Set
func (*MockApplicationAPIMockRecorder) SetApplicationConfig ¶
func (mr *MockApplicationAPIMockRecorder) SetApplicationConfig(arg0, arg1, arg2 interface{}) *gomock.Call
SetApplicationConfig indicates an expected call of SetApplicationConfig
func (*MockApplicationAPIMockRecorder) SetConfig ¶
func (mr *MockApplicationAPIMockRecorder) SetConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SetConfig indicates an expected call of SetConfig
func (*MockApplicationAPIMockRecorder) Unset ¶
func (mr *MockApplicationAPIMockRecorder) Unset(arg0, arg1 interface{}) *gomock.Call
Unset indicates an expected call of Unset
func (*MockApplicationAPIMockRecorder) UnsetApplicationConfig ¶
func (mr *MockApplicationAPIMockRecorder) UnsetApplicationConfig(arg0, arg1, arg2 interface{}) *gomock.Call
UnsetApplicationConfig indicates an expected call of UnsetApplicationConfig
func (*MockApplicationAPIMockRecorder) Update ¶
func (mr *MockApplicationAPIMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update
type MockDeployer ¶
type MockDeployer struct {
// contains filtered or unexported fields
}
MockDeployer is a mock of Deployer interface
func NewMockDeployer ¶
func NewMockDeployer(ctrl *gomock.Controller) *MockDeployer
NewMockDeployer creates a new mock instance
func (*MockDeployer) EXPECT ¶
func (m *MockDeployer) EXPECT() *MockDeployerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDeployer) PrepareAndDeploy ¶
func (m *MockDeployer) PrepareAndDeploy(arg0 *cmd.Context, arg1 deployer.DeployerAPI, arg2 deployer.Resolver, arg3 store.MacaroonGetter) error
PrepareAndDeploy mocks base method
type MockDeployerFactory ¶
type MockDeployerFactory struct {
// contains filtered or unexported fields
}
MockDeployerFactory is a mock of DeployerFactory interface
func NewMockDeployerFactory ¶
func NewMockDeployerFactory(ctrl *gomock.Controller) *MockDeployerFactory
NewMockDeployerFactory creates a new mock instance
func (*MockDeployerFactory) EXPECT ¶
func (m *MockDeployerFactory) EXPECT() *MockDeployerFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDeployerFactory) GetDeployer ¶
func (m *MockDeployerFactory) GetDeployer(arg0 deployer.DeployerConfig, arg1 deployer.ModelConfigGetter, arg2 deployer.Resolver) (deployer.Deployer, error)
GetDeployer mocks base method
type MockDeployerFactoryMockRecorder ¶
type MockDeployerFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockDeployerFactoryMockRecorder is the mock recorder for MockDeployerFactory
func (*MockDeployerFactoryMockRecorder) GetDeployer ¶
func (mr *MockDeployerFactoryMockRecorder) GetDeployer(arg0, arg1, arg2 interface{}) *gomock.Call
GetDeployer indicates an expected call of GetDeployer
type MockDeployerMockRecorder ¶
type MockDeployerMockRecorder struct {
// contains filtered or unexported fields
}
MockDeployerMockRecorder is the mock recorder for MockDeployer
func (*MockDeployerMockRecorder) PrepareAndDeploy ¶
func (mr *MockDeployerMockRecorder) PrepareAndDeploy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
PrepareAndDeploy indicates an expected call of PrepareAndDeploy
func (*MockDeployerMockRecorder) String ¶
func (mr *MockDeployerMockRecorder) String() *gomock.Call
String indicates an expected call of String