Documentation ¶
Index ¶
- type ConfigLoader
- type ConfigLoader_Expecter
- type ConfigLoader_FindReleasesToUpdate_Call
- func (_c *ConfigLoader_FindReleasesToUpdate_Call) Return(_a0 []terra.Release, _a1 error) *ConfigLoader_FindReleasesToUpdate_Call
- func (_c *ConfigLoader_FindReleasesToUpdate_Call) Run(run func(chartName string)) *ConfigLoader_FindReleasesToUpdate_Call
- func (_c *ConfigLoader_FindReleasesToUpdate_Call) RunAndReturn(run func(string) ([]terra.Release, error)) *ConfigLoader_FindReleasesToUpdate_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigLoader ¶
ConfigLoader is an autogenerated mock type for the ConfigLoader type
func NewConfigLoader ¶
func NewConfigLoader(t mockConstructorTestingTNewConfigLoader) *ConfigLoader
NewConfigLoader creates a new instance of ConfigLoader. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ConfigLoader) EXPECT ¶
func (_m *ConfigLoader) EXPECT() *ConfigLoader_Expecter
func (*ConfigLoader) FindReleasesToUpdate ¶
func (_m *ConfigLoader) FindReleasesToUpdate(chartName string) ([]terra.Release, error)
FindReleasesToUpdate provides a mock function with given fields: chartName
type ConfigLoader_Expecter ¶
type ConfigLoader_Expecter struct {
// contains filtered or unexported fields
}
func (*ConfigLoader_Expecter) FindReleasesToUpdate ¶
func (_e *ConfigLoader_Expecter) FindReleasesToUpdate(chartName interface{}) *ConfigLoader_FindReleasesToUpdate_Call
FindReleasesToUpdate is a helper method to define mock.On call
- chartName string
type ConfigLoader_FindReleasesToUpdate_Call ¶
ConfigLoader_FindReleasesToUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindReleasesToUpdate'
func (*ConfigLoader_FindReleasesToUpdate_Call) Return ¶
func (_c *ConfigLoader_FindReleasesToUpdate_Call) Return(_a0 []terra.Release, _a1 error) *ConfigLoader_FindReleasesToUpdate_Call
func (*ConfigLoader_FindReleasesToUpdate_Call) Run ¶
func (_c *ConfigLoader_FindReleasesToUpdate_Call) Run(run func(chartName string)) *ConfigLoader_FindReleasesToUpdate_Call
func (*ConfigLoader_FindReleasesToUpdate_Call) RunAndReturn ¶
func (_c *ConfigLoader_FindReleasesToUpdate_Call) RunAndReturn(run func(string) ([]terra.Release, error)) *ConfigLoader_FindReleasesToUpdate_Call
Click to show internal directories.
Click to hide internal directories.