Documentation
¶
Overview ¶
Package mock_internal is a generated GoMock package.
Package mock_internal is a generated GoMock package.
Package mock_internal is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockActionConfigFactory ¶
type MockActionConfigFactory struct {
// contains filtered or unexported fields
}
MockActionConfigFactory is a mock of ActionConfigFactory interface
func NewMockActionConfigFactory ¶
func NewMockActionConfigFactory(ctrl *gomock.Controller) *MockActionConfigFactory
NewMockActionConfigFactory creates a new mock instance
func (*MockActionConfigFactory) EXPECT ¶
func (m *MockActionConfigFactory) EXPECT() *MockActionConfigFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockActionConfigFactory) NewActionConfig ¶
func (m *MockActionConfigFactory) NewActionConfig(kubeConfig, helmKubeContext, namespace string) (*action.Configuration, *cli.EnvSettings, error)
NewActionConfig mocks base method
type MockActionConfigFactoryMockRecorder ¶
type MockActionConfigFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockActionConfigFactoryMockRecorder is the mock recorder for MockActionConfigFactory
func (*MockActionConfigFactoryMockRecorder) NewActionConfig ¶
func (mr *MockActionConfigFactoryMockRecorder) NewActionConfig(kubeConfig, helmKubeContext, namespace interface{}) *gomock.Call
NewActionConfig indicates an expected call of NewActionConfig
type MockActionListFactory ¶
type MockActionListFactory struct {
// contains filtered or unexported fields
}
MockActionListFactory is a mock of ActionListFactory interface
func NewMockActionListFactory ¶
func NewMockActionListFactory(ctrl *gomock.Controller) *MockActionListFactory
NewMockActionListFactory creates a new mock instance
func (*MockActionListFactory) EXPECT ¶
func (m *MockActionListFactory) EXPECT() *MockActionListFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockActionListFactory) ReleaseList ¶
func (m *MockActionListFactory) ReleaseList(kubeConfig, helmKubeContext, namespace string) (types.ReleaseListRunner, error)
ReleaseList mocks base method
type MockActionListFactoryMockRecorder ¶
type MockActionListFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockActionListFactoryMockRecorder is the mock recorder for MockActionListFactory
func (*MockActionListFactoryMockRecorder) ReleaseList ¶
func (mr *MockActionListFactoryMockRecorder) ReleaseList(kubeConfig, helmKubeContext, namespace interface{}) *gomock.Call
ReleaseList indicates an expected call of ReleaseList
type MockChartLoader ¶
type MockChartLoader struct {
// contains filtered or unexported fields
}
MockChartLoader is a mock of ChartLoader interface
func NewMockChartLoader ¶
func NewMockChartLoader(ctrl *gomock.Controller) *MockChartLoader
NewMockChartLoader creates a new mock instance
func (*MockChartLoader) EXPECT ¶
func (m *MockChartLoader) EXPECT() *MockChartLoaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockChartLoaderMockRecorder ¶
type MockChartLoaderMockRecorder struct {
// contains filtered or unexported fields
}
MockChartLoaderMockRecorder is the mock recorder for MockChartLoader
func (*MockChartLoaderMockRecorder) Load ¶
func (mr *MockChartLoaderMockRecorder) Load(name interface{}) *gomock.Call
Load indicates an expected call of Load
type MockFsHelper ¶
type MockFsHelper struct {
// contains filtered or unexported fields
}
MockFsHelper is a mock of FsHelper interface
func NewMockFsHelper ¶
func NewMockFsHelper(ctrl *gomock.Controller) *MockFsHelper
NewMockFsHelper creates a new mock instance
func (*MockFsHelper) EXPECT ¶
func (m *MockFsHelper) EXPECT() *MockFsHelperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFsHelper) NewTempFile ¶
func (m *MockFsHelper) NewTempFile(dir, prefix string) (afero.File, error)
NewTempFile mocks base method
func (*MockFsHelper) RemoveAll ¶
func (m *MockFsHelper) RemoveAll(path string) error
RemoveAll mocks base method
type MockFsHelperMockRecorder ¶
type MockFsHelperMockRecorder struct {
// contains filtered or unexported fields
}
MockFsHelperMockRecorder is the mock recorder for MockFsHelper
func (*MockFsHelperMockRecorder) NewTempFile ¶
func (mr *MockFsHelperMockRecorder) NewTempFile(dir, prefix interface{}) *gomock.Call
NewTempFile indicates an expected call of NewTempFile
func (*MockFsHelperMockRecorder) RemoveAll ¶
func (mr *MockFsHelperMockRecorder) RemoveAll(path interface{}) *gomock.Call
RemoveAll indicates an expected call of RemoveAll
func (*MockFsHelperMockRecorder) WriteFile ¶
func (mr *MockFsHelperMockRecorder) WriteFile(filename, data, perm interface{}) *gomock.Call
WriteFile indicates an expected call of WriteFile
type MockResourceFetcher ¶
type MockResourceFetcher struct {
// contains filtered or unexported fields
}
MockResourceFetcher is a mock of ResourceFetcher interface
func NewMockResourceFetcher ¶
func NewMockResourceFetcher(ctrl *gomock.Controller) *MockResourceFetcher
NewMockResourceFetcher creates a new mock instance
func (*MockResourceFetcher) EXPECT ¶
func (m *MockResourceFetcher) EXPECT() *MockResourceFetcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockResourceFetcher) GetResource ¶
func (m *MockResourceFetcher) GetResource(uri string) (io.ReadCloser, error)
GetResource mocks base method
type MockResourceFetcherMockRecorder ¶
type MockResourceFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceFetcherMockRecorder is the mock recorder for MockResourceFetcher
func (*MockResourceFetcherMockRecorder) GetResource ¶
func (mr *MockResourceFetcherMockRecorder) GetResource(uri interface{}) *gomock.Call
GetResource indicates an expected call of GetResource