daemon

package
v0.55.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package daemon is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDaemon

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

MockDaemon is a mock of Daemon interface

func NewMockDaemon

func NewMockDaemon(ctrl *gomock.Controller) *MockDaemon

NewMockDaemon creates a new mock instance

func (*MockDaemon) AllStepsDone

func (m *MockDaemon) AllStepsDone(arg0 context.Context)

AllStepsDone mocks base method

func (*MockDaemon) AwaitShutdown

func (m *MockDaemon) AwaitShutdown() error

AwaitShutdown mocks base method

func (*MockDaemon) CleanPreviousStep

func (m *MockDaemon) CleanPreviousStep()

CleanPreviousStep mocks base method

func (*MockDaemon) ClearProgress

func (m *MockDaemon) ClearProgress()

ClearProgress mocks base method

func (*MockDaemon) ConfigSavedChan

func (m *MockDaemon) ConfigSavedChan() chan interface{}

ConfigSavedChan mocks base method

func (*MockDaemon) EXPECT

func (m *MockDaemon) EXPECT() *MockDaemonMockRecorder

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

func (*MockDaemon) EnsureStarted

func (m *MockDaemon) EnsureStarted(arg0 context.Context, arg1 *api.Release) chan error

EnsureStarted mocks base method

func (*MockDaemon) GetCurrentConfig

func (m *MockDaemon) GetCurrentConfig() (map[string]interface{}, error)

GetCurrentConfig mocks base method

func (*MockDaemon) KustomizeSavedChan

func (m *MockDaemon) KustomizeSavedChan() chan interface{}

KustomizeSavedChan mocks base method

func (*MockDaemon) MessageConfirmedChan

func (m *MockDaemon) MessageConfirmedChan() chan string

MessageConfirmedChan mocks base method

func (*MockDaemon) PushHelmIntroStep

func (m *MockDaemon) PushHelmIntroStep(arg0 context.Context, arg1 daemontypes.HelmIntro, arg2 []daemontypes.Action)

PushHelmIntroStep mocks base method

func (*MockDaemon) PushHelmValuesStep

func (m *MockDaemon) PushHelmValuesStep(arg0 context.Context, arg1 daemontypes.HelmValues, arg2 []daemontypes.Action)

PushHelmValuesStep mocks base method

func (*MockDaemon) PushKustomizeStep

func (m *MockDaemon) PushKustomizeStep(arg0 context.Context, arg1 daemontypes.Kustomize)

PushKustomizeStep mocks base method

func (*MockDaemon) PushMessageStep

func (m *MockDaemon) PushMessageStep(arg0 context.Context, arg1 daemontypes.Message, arg2 []daemontypes.Action)

PushMessageStep mocks base method

func (*MockDaemon) PushRenderStep

func (m *MockDaemon) PushRenderStep(arg0 context.Context, arg1 daemontypes.Render)

PushRenderStep mocks base method

func (*MockDaemon) PushStreamStep

func (m *MockDaemon) PushStreamStep(arg0 context.Context, arg1 <-chan daemontypes.Message)

PushStreamStep mocks base method

func (*MockDaemon) SetProgress

func (m *MockDaemon) SetProgress(arg0 daemontypes.Progress)

SetProgress mocks base method

func (*MockDaemon) SetStepName

func (m *MockDaemon) SetStepName(arg0 context.Context, arg1 string)

SetStepName mocks base method

func (*MockDaemon) TerraformConfirmedChan

func (m *MockDaemon) TerraformConfirmedChan() chan bool

TerraformConfirmedChan mocks base method

func (*MockDaemon) UnforkSavedChan added in v0.27.0

func (m *MockDaemon) UnforkSavedChan() chan interface{}

UnforkSavedChan mocks base method

type MockDaemonMockRecorder

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

MockDaemonMockRecorder is the mock recorder for MockDaemon

func (*MockDaemonMockRecorder) AllStepsDone

func (mr *MockDaemonMockRecorder) AllStepsDone(arg0 interface{}) *gomock.Call

AllStepsDone indicates an expected call of AllStepsDone

func (*MockDaemonMockRecorder) AwaitShutdown

func (mr *MockDaemonMockRecorder) AwaitShutdown() *gomock.Call

AwaitShutdown indicates an expected call of AwaitShutdown

func (*MockDaemonMockRecorder) CleanPreviousStep

func (mr *MockDaemonMockRecorder) CleanPreviousStep() *gomock.Call

CleanPreviousStep indicates an expected call of CleanPreviousStep

func (*MockDaemonMockRecorder) ClearProgress

func (mr *MockDaemonMockRecorder) ClearProgress() *gomock.Call

ClearProgress indicates an expected call of ClearProgress

func (*MockDaemonMockRecorder) ConfigSavedChan

func (mr *MockDaemonMockRecorder) ConfigSavedChan() *gomock.Call

ConfigSavedChan indicates an expected call of ConfigSavedChan

func (*MockDaemonMockRecorder) EnsureStarted

func (mr *MockDaemonMockRecorder) EnsureStarted(arg0, arg1 interface{}) *gomock.Call

EnsureStarted indicates an expected call of EnsureStarted

func (*MockDaemonMockRecorder) GetCurrentConfig

func (mr *MockDaemonMockRecorder) GetCurrentConfig() *gomock.Call

GetCurrentConfig indicates an expected call of GetCurrentConfig

func (*MockDaemonMockRecorder) KustomizeSavedChan

func (mr *MockDaemonMockRecorder) KustomizeSavedChan() *gomock.Call

KustomizeSavedChan indicates an expected call of KustomizeSavedChan

func (*MockDaemonMockRecorder) MessageConfirmedChan

func (mr *MockDaemonMockRecorder) MessageConfirmedChan() *gomock.Call

MessageConfirmedChan indicates an expected call of MessageConfirmedChan

func (*MockDaemonMockRecorder) PushHelmIntroStep

func (mr *MockDaemonMockRecorder) PushHelmIntroStep(arg0, arg1, arg2 interface{}) *gomock.Call

PushHelmIntroStep indicates an expected call of PushHelmIntroStep

func (*MockDaemonMockRecorder) PushHelmValuesStep

func (mr *MockDaemonMockRecorder) PushHelmValuesStep(arg0, arg1, arg2 interface{}) *gomock.Call

PushHelmValuesStep indicates an expected call of PushHelmValuesStep

func (*MockDaemonMockRecorder) PushKustomizeStep

func (mr *MockDaemonMockRecorder) PushKustomizeStep(arg0, arg1 interface{}) *gomock.Call

PushKustomizeStep indicates an expected call of PushKustomizeStep

func (*MockDaemonMockRecorder) PushMessageStep

func (mr *MockDaemonMockRecorder) PushMessageStep(arg0, arg1, arg2 interface{}) *gomock.Call

PushMessageStep indicates an expected call of PushMessageStep

func (*MockDaemonMockRecorder) PushRenderStep

func (mr *MockDaemonMockRecorder) PushRenderStep(arg0, arg1 interface{}) *gomock.Call

PushRenderStep indicates an expected call of PushRenderStep

func (*MockDaemonMockRecorder) PushStreamStep

func (mr *MockDaemonMockRecorder) PushStreamStep(arg0, arg1 interface{}) *gomock.Call

PushStreamStep indicates an expected call of PushStreamStep

func (*MockDaemonMockRecorder) SetProgress

func (mr *MockDaemonMockRecorder) SetProgress(arg0 interface{}) *gomock.Call

SetProgress indicates an expected call of SetProgress

func (*MockDaemonMockRecorder) SetStepName

func (mr *MockDaemonMockRecorder) SetStepName(arg0, arg1 interface{}) *gomock.Call

SetStepName indicates an expected call of SetStepName

func (*MockDaemonMockRecorder) TerraformConfirmedChan

func (mr *MockDaemonMockRecorder) TerraformConfirmedChan() *gomock.Call

TerraformConfirmedChan indicates an expected call of TerraformConfirmedChan

func (*MockDaemonMockRecorder) UnforkSavedChan added in v0.27.0

func (mr *MockDaemonMockRecorder) UnforkSavedChan() *gomock.Call

UnforkSavedChan indicates an expected call of UnforkSavedChan

Jump to

Keyboard shortcuts

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