Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockDeployment
- func (m *MockDeployment) AttachDisk(arg0 director.InstanceSlug, arg1 string) error
- func (m *MockDeployment) CleanUpSSH(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.SSHOpts) error
- func (m *MockDeployment) CloudConfig() (string, error)
- func (m *MockDeployment) Delete(arg0 bool) error
- func (m *MockDeployment) DeleteSnapshot(arg0 string) error
- func (m *MockDeployment) DeleteSnapshots() error
- func (m *MockDeployment) DeleteVM(arg0 string) error
- func (m *MockDeployment) Diff(arg0 []byte, arg1 bool) (director.DeploymentDiff, error)
- func (m *MockDeployment) EXPECT() *MockDeploymentMockRecorder
- func (m *MockDeployment) EnableResurrection(arg0 director.InstanceSlug, arg1 bool) error
- func (m *MockDeployment) Errands() ([]director.Errand, error)
- func (m *MockDeployment) ExportRelease(arg0 director.ReleaseSlug, arg1 director.OSVersionSlug, arg2 []string) (director.ExportReleaseResult, error)
- func (m *MockDeployment) FetchLogs(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 []string, arg2 bool) (director.LogsResult, error)
- func (m *MockDeployment) Ignore(arg0 director.InstanceSlug, arg1 bool) error
- func (m *MockDeployment) InstanceInfos() ([]director.VMInfo, error)
- func (m *MockDeployment) Instances() ([]director.Instance, error)
- func (m *MockDeployment) Manifest() (string, error)
- func (m *MockDeployment) Name() string
- func (m *MockDeployment) Recreate(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.RecreateOpts) error
- func (m *MockDeployment) Releases() ([]director.Release, error)
- func (m *MockDeployment) ResolveProblems(arg0 []director.ProblemAnswer) error
- func (m *MockDeployment) Restart(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.RestartOpts) error
- func (m *MockDeployment) RunErrand(arg0 string, arg1, arg2 bool, arg3 []director.InstanceGroupOrInstanceSlug) ([]director.ErrandResult, error)
- func (m *MockDeployment) ScanForProblems() ([]director.Problem, error)
- func (m *MockDeployment) SetUpSSH(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.SSHOpts) (director.SSHResult, error)
- func (m *MockDeployment) Snapshots() ([]director.Snapshot, error)
- func (m *MockDeployment) Start(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.StartOpts) error
- func (m *MockDeployment) Stemcells() ([]director.Stemcell, error)
- func (m *MockDeployment) Stop(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.StopOpts) error
- func (m *MockDeployment) TakeSnapshot(arg0 director.InstanceSlug) error
- func (m *MockDeployment) TakeSnapshots() error
- func (m *MockDeployment) Teams() ([]string, error)
- func (m *MockDeployment) Update(arg0 []byte, arg1 director.UpdateOpts) error
- func (m *MockDeployment) VMInfos() ([]director.VMInfo, error)
- func (m *MockDeployment) Variables() ([]director.VariableResult, error)
- type MockDeploymentMockRecorder
- func (mr *MockDeploymentMockRecorder) AttachDisk(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) CleanUpSSH(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) CloudConfig() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Delete(arg0 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) DeleteSnapshots() *gomock.Call
- func (mr *MockDeploymentMockRecorder) DeleteVM(arg0 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) Diff(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) EnableResurrection(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) Errands() *gomock.Call
- func (mr *MockDeploymentMockRecorder) ExportRelease(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) FetchLogs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) Ignore(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) InstanceInfos() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Instances() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Manifest() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Name() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Recreate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) Releases() *gomock.Call
- func (mr *MockDeploymentMockRecorder) ResolveProblems(arg0 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) Restart(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) RunErrand(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) ScanForProblems() *gomock.Call
- func (mr *MockDeploymentMockRecorder) SetUpSSH(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) Snapshots() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Start(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) Stemcells() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Stop(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) TakeSnapshot(arg0 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) TakeSnapshots() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Teams() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDeploymentMockRecorder) VMInfos() *gomock.Call
- func (mr *MockDeploymentMockRecorder) Variables() *gomock.Call
- type MockDirector
- func (m *MockDirector) CleanUp(arg0 bool) error
- func (m *MockDirector) CurrentTasks(arg0 director.TasksFilter) ([]director.Task, error)
- func (m *MockDirector) DeleteConfig(arg0, arg1 string) (bool, error)
- func (m *MockDirector) DeleteConfigByID(arg0 string) (bool, error)
- func (m *MockDirector) Deployments() ([]director.Deployment, error)
- func (m *MockDirector) DiffCPIConfig(arg0 []byte, arg1 bool) (director.ConfigDiff, error)
- func (m *MockDirector) DiffCloudConfig(arg0 []byte) (director.ConfigDiff, error)
- func (m *MockDirector) DiffConfig(arg0, arg1 string, arg2 []byte) (director.ConfigDiff, error)
- func (m *MockDirector) DiffConfigByIDOrContent(arg0 string, arg1 []byte, arg2 string, arg3 []byte) (director.ConfigDiff, error)
- func (m *MockDirector) DiffRuntimeConfig(arg0 string, arg1 []byte, arg2 bool) (director.ConfigDiff, error)
- func (m *MockDirector) DownloadResourceUnchecked(arg0 string, arg1 io.Writer) error
- func (m *MockDirector) EXPECT() *MockDirectorMockRecorder
- func (m *MockDirector) EnableResurrection(arg0 bool) error
- func (m *MockDirector) Event(arg0 string) (director.Event, error)
- func (m *MockDirector) Events(arg0 director.EventsFilter) ([]director.Event, error)
- func (m *MockDirector) FindDeployment(arg0 string) (director.Deployment, error)
- func (m *MockDirector) FindOrphanDisk(arg0 string) (director.OrphanDisk, error)
- func (m *MockDirector) FindRelease(arg0 director.ReleaseSlug) (director.Release, error)
- func (m *MockDirector) FindReleaseSeries(arg0 director.ReleaseSeriesSlug) (director.ReleaseSeries, error)
- func (m *MockDirector) FindStemcell(arg0 director.StemcellSlug) (director.Stemcell, error)
- func (m *MockDirector) FindTask(arg0 int) (director.Task, error)
- func (m *MockDirector) FindTasksByContextId(arg0 string) ([]director.Task, error)
- func (m *MockDirector) HasRelease(arg0, arg1 string, arg2 director.OSVersionSlug) (bool, error)
- func (m *MockDirector) HasStemcell(arg0, arg1 string) (bool, error)
- func (m *MockDirector) Info() (director.Info, error)
- func (m *MockDirector) IsAuthenticated() (bool, error)
- func (m *MockDirector) LatestCPIConfig() (director.CPIConfig, error)
- func (m *MockDirector) LatestCloudConfig() (director.CloudConfig, error)
- func (m *MockDirector) LatestConfig(arg0, arg1 string) (director.Config, error)
- func (m *MockDirector) LatestConfigByID(arg0 string) (director.Config, error)
- func (m *MockDirector) LatestRuntimeConfig(arg0 string) (director.RuntimeConfig, error)
- func (m *MockDirector) ListConfigs(arg0 int, arg1 director.ConfigsFilter) ([]director.Config, error)
- func (m *MockDirector) Locks() ([]director.Lock, error)
- func (m *MockDirector) MatchPackages(arg0 interface{}, arg1 bool) ([]string, error)
- func (m *MockDirector) OrphanDisk(arg0 string) error
- func (m *MockDirector) OrphanDisks() ([]director.OrphanDisk, error)
- func (m *MockDirector) OrphanedVMs() ([]director.OrphanedVM, error)
- func (m *MockDirector) RecentTasks(arg0 int, arg1 director.TasksFilter) ([]director.Task, error)
- func (m *MockDirector) Releases() ([]director.Release, error)
- func (m *MockDirector) StemcellNeedsUpload(arg0 director.StemcellInfo) (bool, bool, error)
- func (m *MockDirector) Stemcells() ([]director.Stemcell, error)
- func (m *MockDirector) UpdateCPIConfig(arg0 []byte) error
- func (m *MockDirector) UpdateCloudConfig(arg0 []byte) error
- func (m *MockDirector) UpdateConfig(arg0, arg1, arg2 string, arg3 []byte) (director.Config, error)
- func (m *MockDirector) UpdateRuntimeConfig(arg0 string, arg1 []byte) error
- func (m *MockDirector) UploadReleaseFile(arg0 director.UploadFile, arg1, arg2 bool) error
- func (m *MockDirector) UploadReleaseURL(arg0, arg1 string, arg2, arg3 bool) error
- func (m *MockDirector) UploadStemcellFile(arg0 director.UploadFile, arg1 bool) error
- func (m *MockDirector) UploadStemcellURL(arg0, arg1 string, arg2 bool) error
- func (m *MockDirector) WithContext(arg0 string) director.Director
- type MockDirectorMockRecorder
- func (mr *MockDirectorMockRecorder) CleanUp(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) CurrentTasks(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) DeleteConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) DeleteConfigByID(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) Deployments() *gomock.Call
- func (mr *MockDirectorMockRecorder) DiffCPIConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) DiffCloudConfig(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) DiffConfig(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) DiffConfigByIDOrContent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) DiffRuntimeConfig(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) DownloadResourceUnchecked(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) EnableResurrection(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) Event(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) Events(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) FindDeployment(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) FindOrphanDisk(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) FindRelease(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) FindReleaseSeries(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) FindStemcell(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) FindTask(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) FindTasksByContextId(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) HasRelease(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) HasStemcell(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) Info() *gomock.Call
- func (mr *MockDirectorMockRecorder) IsAuthenticated() *gomock.Call
- func (mr *MockDirectorMockRecorder) LatestCPIConfig() *gomock.Call
- func (mr *MockDirectorMockRecorder) LatestCloudConfig() *gomock.Call
- func (mr *MockDirectorMockRecorder) LatestConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) LatestConfigByID(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) LatestRuntimeConfig(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) ListConfigs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) Locks() *gomock.Call
- func (mr *MockDirectorMockRecorder) MatchPackages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) OrphanDisk(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) OrphanDisks() *gomock.Call
- func (mr *MockDirectorMockRecorder) OrphanedVMs() *gomock.Call
- func (mr *MockDirectorMockRecorder) RecentTasks(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) Releases() *gomock.Call
- func (mr *MockDirectorMockRecorder) StemcellNeedsUpload(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) Stemcells() *gomock.Call
- func (mr *MockDirectorMockRecorder) UpdateCPIConfig(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) UpdateCloudConfig(arg0 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) UpdateConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) UpdateRuntimeConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) UploadReleaseFile(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) UploadReleaseURL(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) UploadStemcellFile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) UploadStemcellURL(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDirectorMockRecorder) WithContext(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDeployment ¶
type MockDeployment struct {
// contains filtered or unexported fields
}
MockDeployment is a mock of Deployment interface
func NewMockDeployment ¶
func NewMockDeployment(ctrl *gomock.Controller) *MockDeployment
NewMockDeployment creates a new mock instance
func (*MockDeployment) AttachDisk ¶
func (m *MockDeployment) AttachDisk(arg0 director.InstanceSlug, arg1 string) error
AttachDisk mocks base method
func (*MockDeployment) CleanUpSSH ¶
func (m *MockDeployment) CleanUpSSH(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.SSHOpts) error
CleanUpSSH mocks base method
func (*MockDeployment) CloudConfig ¶
func (m *MockDeployment) CloudConfig() (string, error)
CloudConfig mocks base method
func (*MockDeployment) Delete ¶
func (m *MockDeployment) Delete(arg0 bool) error
Delete mocks base method
func (*MockDeployment) DeleteSnapshot ¶
func (m *MockDeployment) DeleteSnapshot(arg0 string) error
DeleteSnapshot mocks base method
func (*MockDeployment) DeleteSnapshots ¶
func (m *MockDeployment) DeleteSnapshots() error
DeleteSnapshots mocks base method
func (*MockDeployment) DeleteVM ¶
func (m *MockDeployment) DeleteVM(arg0 string) error
DeleteVM mocks base method
func (*MockDeployment) Diff ¶
func (m *MockDeployment) Diff(arg0 []byte, arg1 bool) (director.DeploymentDiff, error)
Diff mocks base method
func (*MockDeployment) EXPECT ¶
func (m *MockDeployment) EXPECT() *MockDeploymentMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDeployment) EnableResurrection ¶
func (m *MockDeployment) EnableResurrection(arg0 director.InstanceSlug, arg1 bool) error
EnableResurrection mocks base method
func (*MockDeployment) Errands ¶
func (m *MockDeployment) Errands() ([]director.Errand, error)
Errands mocks base method
func (*MockDeployment) ExportRelease ¶
func (m *MockDeployment) ExportRelease(arg0 director.ReleaseSlug, arg1 director.OSVersionSlug, arg2 []string) (director.ExportReleaseResult, error)
ExportRelease mocks base method
func (*MockDeployment) FetchLogs ¶
func (m *MockDeployment) FetchLogs(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 []string, arg2 bool) (director.LogsResult, error)
FetchLogs mocks base method
func (*MockDeployment) Ignore ¶
func (m *MockDeployment) Ignore(arg0 director.InstanceSlug, arg1 bool) error
Ignore mocks base method
func (*MockDeployment) InstanceInfos ¶
func (m *MockDeployment) InstanceInfos() ([]director.VMInfo, error)
InstanceInfos mocks base method
func (*MockDeployment) Instances ¶
func (m *MockDeployment) Instances() ([]director.Instance, error)
Instances mocks base method
func (*MockDeployment) Manifest ¶
func (m *MockDeployment) Manifest() (string, error)
Manifest mocks base method
func (*MockDeployment) Recreate ¶
func (m *MockDeployment) Recreate(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.RecreateOpts) error
Recreate mocks base method
func (*MockDeployment) Releases ¶
func (m *MockDeployment) Releases() ([]director.Release, error)
Releases mocks base method
func (*MockDeployment) ResolveProblems ¶
func (m *MockDeployment) ResolveProblems(arg0 []director.ProblemAnswer) error
ResolveProblems mocks base method
func (*MockDeployment) Restart ¶
func (m *MockDeployment) Restart(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.RestartOpts) error
Restart mocks base method
func (*MockDeployment) RunErrand ¶
func (m *MockDeployment) RunErrand(arg0 string, arg1, arg2 bool, arg3 []director.InstanceGroupOrInstanceSlug) ([]director.ErrandResult, error)
RunErrand mocks base method
func (*MockDeployment) ScanForProblems ¶
func (m *MockDeployment) ScanForProblems() ([]director.Problem, error)
ScanForProblems mocks base method
func (*MockDeployment) SetUpSSH ¶
func (m *MockDeployment) SetUpSSH(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.SSHOpts) (director.SSHResult, error)
SetUpSSH mocks base method
func (*MockDeployment) Snapshots ¶
func (m *MockDeployment) Snapshots() ([]director.Snapshot, error)
Snapshots mocks base method
func (*MockDeployment) Start ¶
func (m *MockDeployment) Start(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.StartOpts) error
Start mocks base method
func (*MockDeployment) Stemcells ¶
func (m *MockDeployment) Stemcells() ([]director.Stemcell, error)
Stemcells mocks base method
func (*MockDeployment) Stop ¶
func (m *MockDeployment) Stop(arg0 director.AllOrInstanceGroupOrInstanceSlug, arg1 director.StopOpts) error
Stop mocks base method
func (*MockDeployment) TakeSnapshot ¶
func (m *MockDeployment) TakeSnapshot(arg0 director.InstanceSlug) error
TakeSnapshot mocks base method
func (*MockDeployment) TakeSnapshots ¶
func (m *MockDeployment) TakeSnapshots() error
TakeSnapshots mocks base method
func (*MockDeployment) Teams ¶
func (m *MockDeployment) Teams() ([]string, error)
Teams mocks base method
func (*MockDeployment) Update ¶
func (m *MockDeployment) Update(arg0 []byte, arg1 director.UpdateOpts) error
Update mocks base method
func (*MockDeployment) VMInfos ¶
func (m *MockDeployment) VMInfos() ([]director.VMInfo, error)
VMInfos mocks base method
func (*MockDeployment) Variables ¶
func (m *MockDeployment) Variables() ([]director.VariableResult, error)
Variables mocks base method
type MockDeploymentMockRecorder ¶
type MockDeploymentMockRecorder struct {
// contains filtered or unexported fields
}
MockDeploymentMockRecorder is the mock recorder for MockDeployment
func (*MockDeploymentMockRecorder) AttachDisk ¶
func (mr *MockDeploymentMockRecorder) AttachDisk(arg0, arg1 interface{}) *gomock.Call
AttachDisk indicates an expected call of AttachDisk
func (*MockDeploymentMockRecorder) CleanUpSSH ¶
func (mr *MockDeploymentMockRecorder) CleanUpSSH(arg0, arg1 interface{}) *gomock.Call
CleanUpSSH indicates an expected call of CleanUpSSH
func (*MockDeploymentMockRecorder) CloudConfig ¶
func (mr *MockDeploymentMockRecorder) CloudConfig() *gomock.Call
CloudConfig indicates an expected call of CloudConfig
func (*MockDeploymentMockRecorder) Delete ¶
func (mr *MockDeploymentMockRecorder) Delete(arg0 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockDeploymentMockRecorder) DeleteSnapshot ¶
func (mr *MockDeploymentMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call
DeleteSnapshot indicates an expected call of DeleteSnapshot
func (*MockDeploymentMockRecorder) DeleteSnapshots ¶
func (mr *MockDeploymentMockRecorder) DeleteSnapshots() *gomock.Call
DeleteSnapshots indicates an expected call of DeleteSnapshots
func (*MockDeploymentMockRecorder) DeleteVM ¶
func (mr *MockDeploymentMockRecorder) DeleteVM(arg0 interface{}) *gomock.Call
DeleteVM indicates an expected call of DeleteVM
func (*MockDeploymentMockRecorder) Diff ¶
func (mr *MockDeploymentMockRecorder) Diff(arg0, arg1 interface{}) *gomock.Call
Diff indicates an expected call of Diff
func (*MockDeploymentMockRecorder) EnableResurrection ¶
func (mr *MockDeploymentMockRecorder) EnableResurrection(arg0, arg1 interface{}) *gomock.Call
EnableResurrection indicates an expected call of EnableResurrection
func (*MockDeploymentMockRecorder) Errands ¶
func (mr *MockDeploymentMockRecorder) Errands() *gomock.Call
Errands indicates an expected call of Errands
func (*MockDeploymentMockRecorder) ExportRelease ¶
func (mr *MockDeploymentMockRecorder) ExportRelease(arg0, arg1, arg2 interface{}) *gomock.Call
ExportRelease indicates an expected call of ExportRelease
func (*MockDeploymentMockRecorder) FetchLogs ¶
func (mr *MockDeploymentMockRecorder) FetchLogs(arg0, arg1, arg2 interface{}) *gomock.Call
FetchLogs indicates an expected call of FetchLogs
func (*MockDeploymentMockRecorder) Ignore ¶
func (mr *MockDeploymentMockRecorder) Ignore(arg0, arg1 interface{}) *gomock.Call
Ignore indicates an expected call of Ignore
func (*MockDeploymentMockRecorder) InstanceInfos ¶
func (mr *MockDeploymentMockRecorder) InstanceInfos() *gomock.Call
InstanceInfos indicates an expected call of InstanceInfos
func (*MockDeploymentMockRecorder) Instances ¶
func (mr *MockDeploymentMockRecorder) Instances() *gomock.Call
Instances indicates an expected call of Instances
func (*MockDeploymentMockRecorder) Manifest ¶
func (mr *MockDeploymentMockRecorder) Manifest() *gomock.Call
Manifest indicates an expected call of Manifest
func (*MockDeploymentMockRecorder) Name ¶
func (mr *MockDeploymentMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name
func (*MockDeploymentMockRecorder) Recreate ¶
func (mr *MockDeploymentMockRecorder) Recreate(arg0, arg1 interface{}) *gomock.Call
Recreate indicates an expected call of Recreate
func (*MockDeploymentMockRecorder) Releases ¶
func (mr *MockDeploymentMockRecorder) Releases() *gomock.Call
Releases indicates an expected call of Releases
func (*MockDeploymentMockRecorder) ResolveProblems ¶
func (mr *MockDeploymentMockRecorder) ResolveProblems(arg0 interface{}) *gomock.Call
ResolveProblems indicates an expected call of ResolveProblems
func (*MockDeploymentMockRecorder) Restart ¶
func (mr *MockDeploymentMockRecorder) Restart(arg0, arg1 interface{}) *gomock.Call
Restart indicates an expected call of Restart
func (*MockDeploymentMockRecorder) RunErrand ¶
func (mr *MockDeploymentMockRecorder) RunErrand(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RunErrand indicates an expected call of RunErrand
func (*MockDeploymentMockRecorder) ScanForProblems ¶
func (mr *MockDeploymentMockRecorder) ScanForProblems() *gomock.Call
ScanForProblems indicates an expected call of ScanForProblems
func (*MockDeploymentMockRecorder) SetUpSSH ¶
func (mr *MockDeploymentMockRecorder) SetUpSSH(arg0, arg1 interface{}) *gomock.Call
SetUpSSH indicates an expected call of SetUpSSH
func (*MockDeploymentMockRecorder) Snapshots ¶
func (mr *MockDeploymentMockRecorder) Snapshots() *gomock.Call
Snapshots indicates an expected call of Snapshots
func (*MockDeploymentMockRecorder) Start ¶
func (mr *MockDeploymentMockRecorder) Start(arg0, arg1 interface{}) *gomock.Call
Start indicates an expected call of Start
func (*MockDeploymentMockRecorder) Stemcells ¶
func (mr *MockDeploymentMockRecorder) Stemcells() *gomock.Call
Stemcells indicates an expected call of Stemcells
func (*MockDeploymentMockRecorder) Stop ¶
func (mr *MockDeploymentMockRecorder) Stop(arg0, arg1 interface{}) *gomock.Call
Stop indicates an expected call of Stop
func (*MockDeploymentMockRecorder) TakeSnapshot ¶
func (mr *MockDeploymentMockRecorder) TakeSnapshot(arg0 interface{}) *gomock.Call
TakeSnapshot indicates an expected call of TakeSnapshot
func (*MockDeploymentMockRecorder) TakeSnapshots ¶
func (mr *MockDeploymentMockRecorder) TakeSnapshots() *gomock.Call
TakeSnapshots indicates an expected call of TakeSnapshots
func (*MockDeploymentMockRecorder) Teams ¶
func (mr *MockDeploymentMockRecorder) Teams() *gomock.Call
Teams indicates an expected call of Teams
func (*MockDeploymentMockRecorder) Update ¶
func (mr *MockDeploymentMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call
Update indicates an expected call of Update
func (*MockDeploymentMockRecorder) VMInfos ¶
func (mr *MockDeploymentMockRecorder) VMInfos() *gomock.Call
VMInfos indicates an expected call of VMInfos
func (*MockDeploymentMockRecorder) Variables ¶
func (mr *MockDeploymentMockRecorder) Variables() *gomock.Call
Variables indicates an expected call of Variables
type MockDirector ¶
type MockDirector struct {
// contains filtered or unexported fields
}
MockDirector is a mock of Director interface
func NewMockDirector ¶
func NewMockDirector(ctrl *gomock.Controller) *MockDirector
NewMockDirector creates a new mock instance
func (*MockDirector) CleanUp ¶
func (m *MockDirector) CleanUp(arg0 bool) error
CleanUp mocks base method
func (*MockDirector) CurrentTasks ¶
func (m *MockDirector) CurrentTasks(arg0 director.TasksFilter) ([]director.Task, error)
CurrentTasks mocks base method
func (*MockDirector) DeleteConfig ¶
func (m *MockDirector) DeleteConfig(arg0, arg1 string) (bool, error)
DeleteConfig mocks base method
func (*MockDirector) DeleteConfigByID ¶
func (m *MockDirector) DeleteConfigByID(arg0 string) (bool, error)
DeleteConfigByID mocks base method
func (*MockDirector) Deployments ¶
func (m *MockDirector) Deployments() ([]director.Deployment, error)
Deployments mocks base method
func (*MockDirector) DiffCPIConfig ¶
func (m *MockDirector) DiffCPIConfig(arg0 []byte, arg1 bool) (director.ConfigDiff, error)
DiffCPIConfig mocks base method
func (*MockDirector) DiffCloudConfig ¶
func (m *MockDirector) DiffCloudConfig(arg0 []byte) (director.ConfigDiff, error)
DiffCloudConfig mocks base method
func (*MockDirector) DiffConfig ¶
func (m *MockDirector) DiffConfig(arg0, arg1 string, arg2 []byte) (director.ConfigDiff, error)
DiffConfig mocks base method
func (*MockDirector) DiffConfigByIDOrContent ¶
func (m *MockDirector) DiffConfigByIDOrContent(arg0 string, arg1 []byte, arg2 string, arg3 []byte) (director.ConfigDiff, error)
DiffConfigByIDOrContent mocks base method
func (*MockDirector) DiffRuntimeConfig ¶
func (m *MockDirector) DiffRuntimeConfig(arg0 string, arg1 []byte, arg2 bool) (director.ConfigDiff, error)
DiffRuntimeConfig mocks base method
func (*MockDirector) DownloadResourceUnchecked ¶
func (m *MockDirector) DownloadResourceUnchecked(arg0 string, arg1 io.Writer) error
DownloadResourceUnchecked mocks base method
func (*MockDirector) EXPECT ¶
func (m *MockDirector) EXPECT() *MockDirectorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDirector) EnableResurrection ¶
func (m *MockDirector) EnableResurrection(arg0 bool) error
EnableResurrection mocks base method
func (*MockDirector) Event ¶
func (m *MockDirector) Event(arg0 string) (director.Event, error)
Event mocks base method
func (*MockDirector) Events ¶
func (m *MockDirector) Events(arg0 director.EventsFilter) ([]director.Event, error)
Events mocks base method
func (*MockDirector) FindDeployment ¶
func (m *MockDirector) FindDeployment(arg0 string) (director.Deployment, error)
FindDeployment mocks base method
func (*MockDirector) FindOrphanDisk ¶
func (m *MockDirector) FindOrphanDisk(arg0 string) (director.OrphanDisk, error)
FindOrphanDisk mocks base method
func (*MockDirector) FindRelease ¶
func (m *MockDirector) FindRelease(arg0 director.ReleaseSlug) (director.Release, error)
FindRelease mocks base method
func (*MockDirector) FindReleaseSeries ¶
func (m *MockDirector) FindReleaseSeries(arg0 director.ReleaseSeriesSlug) (director.ReleaseSeries, error)
FindReleaseSeries mocks base method
func (*MockDirector) FindStemcell ¶
func (m *MockDirector) FindStemcell(arg0 director.StemcellSlug) (director.Stemcell, error)
FindStemcell mocks base method
func (*MockDirector) FindTask ¶
func (m *MockDirector) FindTask(arg0 int) (director.Task, error)
FindTask mocks base method
func (*MockDirector) FindTasksByContextId ¶
func (m *MockDirector) FindTasksByContextId(arg0 string) ([]director.Task, error)
FindTasksByContextId mocks base method
func (*MockDirector) HasRelease ¶
func (m *MockDirector) HasRelease(arg0, arg1 string, arg2 director.OSVersionSlug) (bool, error)
HasRelease mocks base method
func (*MockDirector) HasStemcell ¶
func (m *MockDirector) HasStemcell(arg0, arg1 string) (bool, error)
HasStemcell mocks base method
func (*MockDirector) Info ¶
func (m *MockDirector) Info() (director.Info, error)
Info mocks base method
func (*MockDirector) IsAuthenticated ¶
func (m *MockDirector) IsAuthenticated() (bool, error)
IsAuthenticated mocks base method
func (*MockDirector) LatestCPIConfig ¶
func (m *MockDirector) LatestCPIConfig() (director.CPIConfig, error)
LatestCPIConfig mocks base method
func (*MockDirector) LatestCloudConfig ¶
func (m *MockDirector) LatestCloudConfig() (director.CloudConfig, error)
LatestCloudConfig mocks base method
func (*MockDirector) LatestConfig ¶
func (m *MockDirector) LatestConfig(arg0, arg1 string) (director.Config, error)
LatestConfig mocks base method
func (*MockDirector) LatestConfigByID ¶
func (m *MockDirector) LatestConfigByID(arg0 string) (director.Config, error)
LatestConfigByID mocks base method
func (*MockDirector) LatestRuntimeConfig ¶
func (m *MockDirector) LatestRuntimeConfig(arg0 string) (director.RuntimeConfig, error)
LatestRuntimeConfig mocks base method
func (*MockDirector) ListConfigs ¶
func (m *MockDirector) ListConfigs(arg0 int, arg1 director.ConfigsFilter) ([]director.Config, error)
ListConfigs mocks base method
func (*MockDirector) Locks ¶
func (m *MockDirector) Locks() ([]director.Lock, error)
Locks mocks base method
func (*MockDirector) MatchPackages ¶
func (m *MockDirector) MatchPackages(arg0 interface{}, arg1 bool) ([]string, error)
MatchPackages mocks base method
func (*MockDirector) OrphanDisk ¶
func (m *MockDirector) OrphanDisk(arg0 string) error
OrphanDisk mocks base method
func (*MockDirector) OrphanDisks ¶
func (m *MockDirector) OrphanDisks() ([]director.OrphanDisk, error)
OrphanDisks mocks base method
func (*MockDirector) OrphanedVMs ¶
func (m *MockDirector) OrphanedVMs() ([]director.OrphanedVM, error)
OrphanedVMs mocks base method
func (*MockDirector) RecentTasks ¶
func (m *MockDirector) RecentTasks(arg0 int, arg1 director.TasksFilter) ([]director.Task, error)
RecentTasks mocks base method
func (*MockDirector) Releases ¶
func (m *MockDirector) Releases() ([]director.Release, error)
Releases mocks base method
func (*MockDirector) StemcellNeedsUpload ¶
func (m *MockDirector) StemcellNeedsUpload(arg0 director.StemcellInfo) (bool, bool, error)
StemcellNeedsUpload mocks base method
func (*MockDirector) Stemcells ¶
func (m *MockDirector) Stemcells() ([]director.Stemcell, error)
Stemcells mocks base method
func (*MockDirector) UpdateCPIConfig ¶
func (m *MockDirector) UpdateCPIConfig(arg0 []byte) error
UpdateCPIConfig mocks base method
func (*MockDirector) UpdateCloudConfig ¶
func (m *MockDirector) UpdateCloudConfig(arg0 []byte) error
UpdateCloudConfig mocks base method
func (*MockDirector) UpdateConfig ¶
UpdateConfig mocks base method
func (*MockDirector) UpdateRuntimeConfig ¶
func (m *MockDirector) UpdateRuntimeConfig(arg0 string, arg1 []byte) error
UpdateRuntimeConfig mocks base method
func (*MockDirector) UploadReleaseFile ¶
func (m *MockDirector) UploadReleaseFile(arg0 director.UploadFile, arg1, arg2 bool) error
UploadReleaseFile mocks base method
func (*MockDirector) UploadReleaseURL ¶
func (m *MockDirector) UploadReleaseURL(arg0, arg1 string, arg2, arg3 bool) error
UploadReleaseURL mocks base method
func (*MockDirector) UploadStemcellFile ¶
func (m *MockDirector) UploadStemcellFile(arg0 director.UploadFile, arg1 bool) error
UploadStemcellFile mocks base method
func (*MockDirector) UploadStemcellURL ¶
func (m *MockDirector) UploadStemcellURL(arg0, arg1 string, arg2 bool) error
UploadStemcellURL mocks base method
func (*MockDirector) WithContext ¶
func (m *MockDirector) WithContext(arg0 string) director.Director
WithContext mocks base method
type MockDirectorMockRecorder ¶
type MockDirectorMockRecorder struct {
// contains filtered or unexported fields
}
MockDirectorMockRecorder is the mock recorder for MockDirector
func (*MockDirectorMockRecorder) CleanUp ¶
func (mr *MockDirectorMockRecorder) CleanUp(arg0 interface{}) *gomock.Call
CleanUp indicates an expected call of CleanUp
func (*MockDirectorMockRecorder) CurrentTasks ¶
func (mr *MockDirectorMockRecorder) CurrentTasks(arg0 interface{}) *gomock.Call
CurrentTasks indicates an expected call of CurrentTasks
func (*MockDirectorMockRecorder) DeleteConfig ¶
func (mr *MockDirectorMockRecorder) DeleteConfig(arg0, arg1 interface{}) *gomock.Call
DeleteConfig indicates an expected call of DeleteConfig
func (*MockDirectorMockRecorder) DeleteConfigByID ¶
func (mr *MockDirectorMockRecorder) DeleteConfigByID(arg0 interface{}) *gomock.Call
DeleteConfigByID indicates an expected call of DeleteConfigByID
func (*MockDirectorMockRecorder) Deployments ¶
func (mr *MockDirectorMockRecorder) Deployments() *gomock.Call
Deployments indicates an expected call of Deployments
func (*MockDirectorMockRecorder) DiffCPIConfig ¶
func (mr *MockDirectorMockRecorder) DiffCPIConfig(arg0, arg1 interface{}) *gomock.Call
DiffCPIConfig indicates an expected call of DiffCPIConfig
func (*MockDirectorMockRecorder) DiffCloudConfig ¶
func (mr *MockDirectorMockRecorder) DiffCloudConfig(arg0 interface{}) *gomock.Call
DiffCloudConfig indicates an expected call of DiffCloudConfig
func (*MockDirectorMockRecorder) DiffConfig ¶
func (mr *MockDirectorMockRecorder) DiffConfig(arg0, arg1, arg2 interface{}) *gomock.Call
DiffConfig indicates an expected call of DiffConfig
func (*MockDirectorMockRecorder) DiffConfigByIDOrContent ¶
func (mr *MockDirectorMockRecorder) DiffConfigByIDOrContent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DiffConfigByIDOrContent indicates an expected call of DiffConfigByIDOrContent
func (*MockDirectorMockRecorder) DiffRuntimeConfig ¶
func (mr *MockDirectorMockRecorder) DiffRuntimeConfig(arg0, arg1, arg2 interface{}) *gomock.Call
DiffRuntimeConfig indicates an expected call of DiffRuntimeConfig
func (*MockDirectorMockRecorder) DownloadResourceUnchecked ¶
func (mr *MockDirectorMockRecorder) DownloadResourceUnchecked(arg0, arg1 interface{}) *gomock.Call
DownloadResourceUnchecked indicates an expected call of DownloadResourceUnchecked
func (*MockDirectorMockRecorder) EnableResurrection ¶
func (mr *MockDirectorMockRecorder) EnableResurrection(arg0 interface{}) *gomock.Call
EnableResurrection indicates an expected call of EnableResurrection
func (*MockDirectorMockRecorder) Event ¶
func (mr *MockDirectorMockRecorder) Event(arg0 interface{}) *gomock.Call
Event indicates an expected call of Event
func (*MockDirectorMockRecorder) Events ¶
func (mr *MockDirectorMockRecorder) Events(arg0 interface{}) *gomock.Call
Events indicates an expected call of Events
func (*MockDirectorMockRecorder) FindDeployment ¶
func (mr *MockDirectorMockRecorder) FindDeployment(arg0 interface{}) *gomock.Call
FindDeployment indicates an expected call of FindDeployment
func (*MockDirectorMockRecorder) FindOrphanDisk ¶
func (mr *MockDirectorMockRecorder) FindOrphanDisk(arg0 interface{}) *gomock.Call
FindOrphanDisk indicates an expected call of FindOrphanDisk
func (*MockDirectorMockRecorder) FindRelease ¶
func (mr *MockDirectorMockRecorder) FindRelease(arg0 interface{}) *gomock.Call
FindRelease indicates an expected call of FindRelease
func (*MockDirectorMockRecorder) FindReleaseSeries ¶
func (mr *MockDirectorMockRecorder) FindReleaseSeries(arg0 interface{}) *gomock.Call
FindReleaseSeries indicates an expected call of FindReleaseSeries
func (*MockDirectorMockRecorder) FindStemcell ¶
func (mr *MockDirectorMockRecorder) FindStemcell(arg0 interface{}) *gomock.Call
FindStemcell indicates an expected call of FindStemcell
func (*MockDirectorMockRecorder) FindTask ¶
func (mr *MockDirectorMockRecorder) FindTask(arg0 interface{}) *gomock.Call
FindTask indicates an expected call of FindTask
func (*MockDirectorMockRecorder) FindTasksByContextId ¶
func (mr *MockDirectorMockRecorder) FindTasksByContextId(arg0 interface{}) *gomock.Call
FindTasksByContextId indicates an expected call of FindTasksByContextId
func (*MockDirectorMockRecorder) HasRelease ¶
func (mr *MockDirectorMockRecorder) HasRelease(arg0, arg1, arg2 interface{}) *gomock.Call
HasRelease indicates an expected call of HasRelease
func (*MockDirectorMockRecorder) HasStemcell ¶
func (mr *MockDirectorMockRecorder) HasStemcell(arg0, arg1 interface{}) *gomock.Call
HasStemcell indicates an expected call of HasStemcell
func (*MockDirectorMockRecorder) Info ¶
func (mr *MockDirectorMockRecorder) Info() *gomock.Call
Info indicates an expected call of Info
func (*MockDirectorMockRecorder) IsAuthenticated ¶
func (mr *MockDirectorMockRecorder) IsAuthenticated() *gomock.Call
IsAuthenticated indicates an expected call of IsAuthenticated
func (*MockDirectorMockRecorder) LatestCPIConfig ¶
func (mr *MockDirectorMockRecorder) LatestCPIConfig() *gomock.Call
LatestCPIConfig indicates an expected call of LatestCPIConfig
func (*MockDirectorMockRecorder) LatestCloudConfig ¶
func (mr *MockDirectorMockRecorder) LatestCloudConfig() *gomock.Call
LatestCloudConfig indicates an expected call of LatestCloudConfig
func (*MockDirectorMockRecorder) LatestConfig ¶
func (mr *MockDirectorMockRecorder) LatestConfig(arg0, arg1 interface{}) *gomock.Call
LatestConfig indicates an expected call of LatestConfig
func (*MockDirectorMockRecorder) LatestConfigByID ¶
func (mr *MockDirectorMockRecorder) LatestConfigByID(arg0 interface{}) *gomock.Call
LatestConfigByID indicates an expected call of LatestConfigByID
func (*MockDirectorMockRecorder) LatestRuntimeConfig ¶
func (mr *MockDirectorMockRecorder) LatestRuntimeConfig(arg0 interface{}) *gomock.Call
LatestRuntimeConfig indicates an expected call of LatestRuntimeConfig
func (*MockDirectorMockRecorder) ListConfigs ¶
func (mr *MockDirectorMockRecorder) ListConfigs(arg0, arg1 interface{}) *gomock.Call
ListConfigs indicates an expected call of ListConfigs
func (*MockDirectorMockRecorder) Locks ¶
func (mr *MockDirectorMockRecorder) Locks() *gomock.Call
Locks indicates an expected call of Locks
func (*MockDirectorMockRecorder) MatchPackages ¶
func (mr *MockDirectorMockRecorder) MatchPackages(arg0, arg1 interface{}) *gomock.Call
MatchPackages indicates an expected call of MatchPackages
func (*MockDirectorMockRecorder) OrphanDisk ¶
func (mr *MockDirectorMockRecorder) OrphanDisk(arg0 interface{}) *gomock.Call
OrphanDisk indicates an expected call of OrphanDisk
func (*MockDirectorMockRecorder) OrphanDisks ¶
func (mr *MockDirectorMockRecorder) OrphanDisks() *gomock.Call
OrphanDisks indicates an expected call of OrphanDisks
func (*MockDirectorMockRecorder) OrphanedVMs ¶
func (mr *MockDirectorMockRecorder) OrphanedVMs() *gomock.Call
OrphanedVMs indicates an expected call of OrphanedVMs
func (*MockDirectorMockRecorder) RecentTasks ¶
func (mr *MockDirectorMockRecorder) RecentTasks(arg0, arg1 interface{}) *gomock.Call
RecentTasks indicates an expected call of RecentTasks
func (*MockDirectorMockRecorder) Releases ¶
func (mr *MockDirectorMockRecorder) Releases() *gomock.Call
Releases indicates an expected call of Releases
func (*MockDirectorMockRecorder) StemcellNeedsUpload ¶
func (mr *MockDirectorMockRecorder) StemcellNeedsUpload(arg0 interface{}) *gomock.Call
StemcellNeedsUpload indicates an expected call of StemcellNeedsUpload
func (*MockDirectorMockRecorder) Stemcells ¶
func (mr *MockDirectorMockRecorder) Stemcells() *gomock.Call
Stemcells indicates an expected call of Stemcells
func (*MockDirectorMockRecorder) UpdateCPIConfig ¶
func (mr *MockDirectorMockRecorder) UpdateCPIConfig(arg0 interface{}) *gomock.Call
UpdateCPIConfig indicates an expected call of UpdateCPIConfig
func (*MockDirectorMockRecorder) UpdateCloudConfig ¶
func (mr *MockDirectorMockRecorder) UpdateCloudConfig(arg0 interface{}) *gomock.Call
UpdateCloudConfig indicates an expected call of UpdateCloudConfig
func (*MockDirectorMockRecorder) UpdateConfig ¶
func (mr *MockDirectorMockRecorder) UpdateConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateConfig indicates an expected call of UpdateConfig
func (*MockDirectorMockRecorder) UpdateRuntimeConfig ¶
func (mr *MockDirectorMockRecorder) UpdateRuntimeConfig(arg0, arg1 interface{}) *gomock.Call
UpdateRuntimeConfig indicates an expected call of UpdateRuntimeConfig
func (*MockDirectorMockRecorder) UploadReleaseFile ¶
func (mr *MockDirectorMockRecorder) UploadReleaseFile(arg0, arg1, arg2 interface{}) *gomock.Call
UploadReleaseFile indicates an expected call of UploadReleaseFile
func (*MockDirectorMockRecorder) UploadReleaseURL ¶
func (mr *MockDirectorMockRecorder) UploadReleaseURL(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UploadReleaseURL indicates an expected call of UploadReleaseURL
func (*MockDirectorMockRecorder) UploadStemcellFile ¶
func (mr *MockDirectorMockRecorder) UploadStemcellFile(arg0, arg1 interface{}) *gomock.Call
UploadStemcellFile indicates an expected call of UploadStemcellFile
func (*MockDirectorMockRecorder) UploadStemcellURL ¶
func (mr *MockDirectorMockRecorder) UploadStemcellURL(arg0, arg1, arg2 interface{}) *gomock.Call
UploadStemcellURL indicates an expected call of UploadStemcellURL
func (*MockDirectorMockRecorder) WithContext ¶
func (mr *MockDirectorMockRecorder) WithContext(arg0 interface{}) *gomock.Call
WithContext indicates an expected call of WithContext