mock_types

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_types is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHelmClient

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

MockHelmClient is a mock of HelmClient interface.

func NewMockHelmClient

func NewMockHelmClient(ctrl *gomock.Controller) *MockHelmClient

NewMockHelmClient creates a new mock instance.

func (*MockHelmClient) DownloadChart

func (m *MockHelmClient) DownloadChart(chartArchiveUri string) (*chart.Chart, error)

DownloadChart mocks base method.

func (*MockHelmClient) EXPECT

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

func (*MockHelmClient) NewInstall

func (m *MockHelmClient) NewInstall(namespace, releaseName string, dryRun bool) (types.HelmInstaller, *cli.EnvSettings, error)

NewInstall mocks base method.

func (*MockHelmClient) NewUninstall

func (m *MockHelmClient) NewUninstall(namespace string) (types.HelmUninstaller, error)

NewUninstall mocks base method.

func (*MockHelmClient) ReleaseExists

func (m *MockHelmClient) ReleaseExists(namespace, releaseName string) (bool, error)

ReleaseExists mocks base method.

func (*MockHelmClient) ReleaseList

func (m *MockHelmClient) ReleaseList(namespace string) (types.ReleaseListRunner, error)

ReleaseList mocks base method.

type MockHelmClientMockRecorder

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

MockHelmClientMockRecorder is the mock recorder for MockHelmClient.

func (*MockHelmClientMockRecorder) DownloadChart

func (mr *MockHelmClientMockRecorder) DownloadChart(chartArchiveUri interface{}) *gomock.Call

DownloadChart indicates an expected call of DownloadChart.

func (*MockHelmClientMockRecorder) NewInstall

func (mr *MockHelmClientMockRecorder) NewInstall(namespace, releaseName, dryRun interface{}) *gomock.Call

NewInstall indicates an expected call of NewInstall.

func (*MockHelmClientMockRecorder) NewUninstall

func (mr *MockHelmClientMockRecorder) NewUninstall(namespace interface{}) *gomock.Call

NewUninstall indicates an expected call of NewUninstall.

func (*MockHelmClientMockRecorder) ReleaseExists

func (mr *MockHelmClientMockRecorder) ReleaseExists(namespace, releaseName interface{}) *gomock.Call

ReleaseExists indicates an expected call of ReleaseExists.

func (*MockHelmClientMockRecorder) ReleaseList

func (mr *MockHelmClientMockRecorder) ReleaseList(namespace interface{}) *gomock.Call

ReleaseList indicates an expected call of ReleaseList.

type MockHelmInstaller

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

MockHelmInstaller is a mock of HelmInstaller interface.

func NewMockHelmInstaller

func NewMockHelmInstaller(ctrl *gomock.Controller) *MockHelmInstaller

NewMockHelmInstaller creates a new mock instance.

func (*MockHelmInstaller) EXPECT

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

func (*MockHelmInstaller) Run

func (m *MockHelmInstaller) Run(chrt *chart.Chart, vals map[string]interface{}) (*release.Release, error)

Run mocks base method.

type MockHelmInstallerMockRecorder

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

MockHelmInstallerMockRecorder is the mock recorder for MockHelmInstaller.

func (*MockHelmInstallerMockRecorder) Run

func (mr *MockHelmInstallerMockRecorder) Run(chrt, vals interface{}) *gomock.Call

Run indicates an expected call of Run.

type MockHelmUninstaller

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

MockHelmUninstaller is a mock of HelmUninstaller interface.

func NewMockHelmUninstaller

func NewMockHelmUninstaller(ctrl *gomock.Controller) *MockHelmUninstaller

NewMockHelmUninstaller creates a new mock instance.

func (*MockHelmUninstaller) EXPECT

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

func (*MockHelmUninstaller) Run

Run mocks base method.

type MockHelmUninstallerMockRecorder

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

MockHelmUninstallerMockRecorder is the mock recorder for MockHelmUninstaller.

func (*MockHelmUninstallerMockRecorder) Run

func (mr *MockHelmUninstallerMockRecorder) Run(name interface{}) *gomock.Call

Run indicates an expected call of Run.

type MockInstaller

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

MockInstaller is a mock of Installer interface.

func NewMockInstaller

func NewMockInstaller(ctrl *gomock.Controller) *MockInstaller

NewMockInstaller creates a new mock instance.

func (*MockInstaller) EXPECT

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

func (*MockInstaller) Install

func (m *MockInstaller) Install(installerConfig *types.InstallerConfig) error

Install mocks base method.

type MockInstallerMockRecorder

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

MockInstallerMockRecorder is the mock recorder for MockInstaller.

func (*MockInstallerMockRecorder) Install

func (mr *MockInstallerMockRecorder) Install(installerConfig interface{}) *gomock.Call

Install indicates an expected call of Install.

type MockReleaseListRunner

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

MockReleaseListRunner is a mock of ReleaseListRunner interface.

func NewMockReleaseListRunner

func NewMockReleaseListRunner(ctrl *gomock.Controller) *MockReleaseListRunner

NewMockReleaseListRunner creates a new mock instance.

func (*MockReleaseListRunner) EXPECT

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

func (*MockReleaseListRunner) Run

func (m *MockReleaseListRunner) Run() ([]*release.Release, error)

Run mocks base method.

func (*MockReleaseListRunner) SetFilter

func (m *MockReleaseListRunner) SetFilter(filter string)

SetFilter mocks base method.

type MockReleaseListRunnerMockRecorder

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

MockReleaseListRunnerMockRecorder is the mock recorder for MockReleaseListRunner.

func (*MockReleaseListRunnerMockRecorder) Run

Run indicates an expected call of Run.

func (*MockReleaseListRunnerMockRecorder) SetFilter

func (mr *MockReleaseListRunnerMockRecorder) SetFilter(filter interface{}) *gomock.Call

SetFilter indicates an expected call of SetFilter.

Jump to

Keyboard shortcuts

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