Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAccountant
- func (fake *FakeAccountant) Account(arg1 []accounts.Container) ([]accounts.Sample, error)
- func (fake *FakeAccountant) AccountArgsForCall(i int) []accounts.Container
- func (fake *FakeAccountant) AccountCallCount() int
- func (fake *FakeAccountant) AccountCalls(stub func([]accounts.Container) ([]accounts.Sample, error))
- func (fake *FakeAccountant) AccountReturns(result1 []accounts.Sample, result2 error)
- func (fake *FakeAccountant) AccountReturnsOnCall(i int, result1 []accounts.Sample, result2 error)
- func (fake *FakeAccountant) Invocations() map[string][][]interface{}
- type FakeRuntime
- func (fake *FakeRuntime) Attach(arg1 string, arg2 io.Reader, arg3 io.WriteCloser, arg4 io.WriteCloser, ...) error
- func (fake *FakeRuntime) AttachArgsForCall(i int) (string, io.Reader, io.WriteCloser, io.WriteCloser, bool, ...)
- func (fake *FakeRuntime) AttachCallCount() int
- func (fake *FakeRuntime) AttachCalls(stub func(string, io.Reader, io.WriteCloser, io.WriteCloser, bool, ...) error)
- func (fake *FakeRuntime) AttachReturns(result1 error)
- func (fake *FakeRuntime) AttachReturnsOnCall(i int, result1 error)
- func (fake *FakeRuntime) Exec(arg1 string, arg2 []string, arg3 io.Reader, arg4 io.WriteCloser, ...) error
- func (fake *FakeRuntime) ExecArgsForCall(i int) (string, []string, io.Reader, io.WriteCloser, io.WriteCloser, bool, ...)
- func (fake *FakeRuntime) ExecCallCount() int
- func (fake *FakeRuntime) ExecCalls(...)
- func (fake *FakeRuntime) ExecReturns(result1 error)
- func (fake *FakeRuntime) ExecReturnsOnCall(i int, result1 error)
- func (fake *FakeRuntime) Invocations() map[string][][]interface{}
- func (fake *FakeRuntime) PortForward(arg1 string, arg2 int32, arg3 io.ReadWriteCloser) error
- func (fake *FakeRuntime) PortForwardArgsForCall(i int) (string, int32, io.ReadWriteCloser)
- func (fake *FakeRuntime) PortForwardCallCount() int
- func (fake *FakeRuntime) PortForwardCalls(stub func(string, int32, io.ReadWriteCloser) error)
- func (fake *FakeRuntime) PortForwardReturns(result1 error)
- func (fake *FakeRuntime) PortForwardReturnsOnCall(i int, result1 error)
- type FakeWorker
- func (fake *FakeWorker) Containers(arg1 ...accounts.StatsOption) ([]accounts.Container, error)
- func (fake *FakeWorker) ContainersArgsForCall(i int) []accounts.StatsOption
- func (fake *FakeWorker) ContainersCallCount() int
- func (fake *FakeWorker) ContainersCalls(stub func(...accounts.StatsOption) ([]accounts.Container, error))
- func (fake *FakeWorker) ContainersReturns(result1 []accounts.Container, result2 error)
- func (fake *FakeWorker) ContainersReturnsOnCall(i int, result1 []accounts.Container, result2 error)
- func (fake *FakeWorker) Invocations() map[string][][]interface{}
- type FakeWriter
- func (fake *FakeWriter) Invocations() map[string][][]interface{}
- func (fake *FakeWriter) Write(arg1 []byte) (int, error)
- func (fake *FakeWriter) WriteArgsForCall(i int) []byte
- func (fake *FakeWriter) WriteCallCount() int
- func (fake *FakeWriter) WriteCalls(stub func([]byte) (int, error))
- func (fake *FakeWriter) WriteReturns(result1 int, result2 error)
- func (fake *FakeWriter) WriteReturnsOnCall(i int, result1 int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAccountant ¶
type FakeAccountant struct { AccountStub func([]accounts.Container) ([]accounts.Sample, error) // contains filtered or unexported fields }
func (*FakeAccountant) AccountArgsForCall ¶
func (fake *FakeAccountant) AccountArgsForCall(i int) []accounts.Container
func (*FakeAccountant) AccountCallCount ¶
func (fake *FakeAccountant) AccountCallCount() int
func (*FakeAccountant) AccountCalls ¶
func (*FakeAccountant) AccountReturns ¶
func (fake *FakeAccountant) AccountReturns(result1 []accounts.Sample, result2 error)
func (*FakeAccountant) AccountReturnsOnCall ¶
func (fake *FakeAccountant) AccountReturnsOnCall(i int, result1 []accounts.Sample, result2 error)
func (*FakeAccountant) Invocations ¶
func (fake *FakeAccountant) Invocations() map[string][][]interface{}
type FakeRuntime ¶
type FakeRuntime struct { AttachStub func(string, io.Reader, io.WriteCloser, io.WriteCloser, bool, <-chan remotecommand.TerminalSize) error ExecStub func(string, []string, io.Reader, io.WriteCloser, io.WriteCloser, bool, <-chan remotecommand.TerminalSize) error PortForwardStub func(string, int32, io.ReadWriteCloser) error // contains filtered or unexported fields }
func (*FakeRuntime) Attach ¶
func (fake *FakeRuntime) Attach(arg1 string, arg2 io.Reader, arg3 io.WriteCloser, arg4 io.WriteCloser, arg5 bool, arg6 <-chan remotecommand.TerminalSize) error
func (*FakeRuntime) AttachArgsForCall ¶
func (fake *FakeRuntime) AttachArgsForCall(i int) (string, io.Reader, io.WriteCloser, io.WriteCloser, bool, <-chan remotecommand.TerminalSize)
func (*FakeRuntime) AttachCallCount ¶
func (fake *FakeRuntime) AttachCallCount() int
func (*FakeRuntime) AttachCalls ¶
func (fake *FakeRuntime) AttachCalls(stub func(string, io.Reader, io.WriteCloser, io.WriteCloser, bool, <-chan remotecommand.TerminalSize) error)
func (*FakeRuntime) AttachReturns ¶
func (fake *FakeRuntime) AttachReturns(result1 error)
func (*FakeRuntime) AttachReturnsOnCall ¶
func (fake *FakeRuntime) AttachReturnsOnCall(i int, result1 error)
func (*FakeRuntime) Exec ¶
func (fake *FakeRuntime) Exec(arg1 string, arg2 []string, arg3 io.Reader, arg4 io.WriteCloser, arg5 io.WriteCloser, arg6 bool, arg7 <-chan remotecommand.TerminalSize) error
func (*FakeRuntime) ExecArgsForCall ¶
func (fake *FakeRuntime) ExecArgsForCall(i int) (string, []string, io.Reader, io.WriteCloser, io.WriteCloser, bool, <-chan remotecommand.TerminalSize)
func (*FakeRuntime) ExecCallCount ¶
func (fake *FakeRuntime) ExecCallCount() int
func (*FakeRuntime) ExecCalls ¶
func (fake *FakeRuntime) ExecCalls(stub func(string, []string, io.Reader, io.WriteCloser, io.WriteCloser, bool, <-chan remotecommand.TerminalSize) error)
func (*FakeRuntime) ExecReturns ¶
func (fake *FakeRuntime) ExecReturns(result1 error)
func (*FakeRuntime) ExecReturnsOnCall ¶
func (fake *FakeRuntime) ExecReturnsOnCall(i int, result1 error)
func (*FakeRuntime) Invocations ¶
func (fake *FakeRuntime) Invocations() map[string][][]interface{}
func (*FakeRuntime) PortForward ¶
func (fake *FakeRuntime) PortForward(arg1 string, arg2 int32, arg3 io.ReadWriteCloser) error
func (*FakeRuntime) PortForwardArgsForCall ¶
func (fake *FakeRuntime) PortForwardArgsForCall(i int) (string, int32, io.ReadWriteCloser)
func (*FakeRuntime) PortForwardCallCount ¶
func (fake *FakeRuntime) PortForwardCallCount() int
func (*FakeRuntime) PortForwardCalls ¶
func (fake *FakeRuntime) PortForwardCalls(stub func(string, int32, io.ReadWriteCloser) error)
func (*FakeRuntime) PortForwardReturns ¶
func (fake *FakeRuntime) PortForwardReturns(result1 error)
func (*FakeRuntime) PortForwardReturnsOnCall ¶
func (fake *FakeRuntime) PortForwardReturnsOnCall(i int, result1 error)
type FakeWorker ¶
type FakeWorker struct { ContainersStub func(...accounts.StatsOption) ([]accounts.Container, error) // contains filtered or unexported fields }
func (*FakeWorker) Containers ¶
func (fake *FakeWorker) Containers(arg1 ...accounts.StatsOption) ([]accounts.Container, error)
func (*FakeWorker) ContainersArgsForCall ¶
func (fake *FakeWorker) ContainersArgsForCall(i int) []accounts.StatsOption
func (*FakeWorker) ContainersCallCount ¶
func (fake *FakeWorker) ContainersCallCount() int
func (*FakeWorker) ContainersCalls ¶
func (fake *FakeWorker) ContainersCalls(stub func(...accounts.StatsOption) ([]accounts.Container, error))
func (*FakeWorker) ContainersReturns ¶
func (fake *FakeWorker) ContainersReturns(result1 []accounts.Container, result2 error)
func (*FakeWorker) ContainersReturnsOnCall ¶
func (fake *FakeWorker) ContainersReturnsOnCall(i int, result1 []accounts.Container, result2 error)
func (*FakeWorker) Invocations ¶
func (fake *FakeWorker) Invocations() map[string][][]interface{}
type FakeWriter ¶
type FakeWriter struct { WriteStub func([]byte) (int, error) // contains filtered or unexported fields }
func (*FakeWriter) Invocations ¶
func (fake *FakeWriter) Invocations() map[string][][]interface{}
func (*FakeWriter) WriteArgsForCall ¶
func (fake *FakeWriter) WriteArgsForCall(i int) []byte
func (*FakeWriter) WriteCallCount ¶
func (fake *FakeWriter) WriteCallCount() int
func (*FakeWriter) WriteCalls ¶
func (fake *FakeWriter) WriteCalls(stub func([]byte) (int, error))
func (*FakeWriter) WriteReturns ¶
func (fake *FakeWriter) WriteReturns(result1 int, result2 error)
func (*FakeWriter) WriteReturnsOnCall ¶
func (fake *FakeWriter) WriteReturnsOnCall(i int, result1 int, result2 error)
Click to show internal directories.
Click to hide internal directories.