Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeDrainer
- func (fake *FakeDrainer) Cordon(arg1 k8sclient.Client, arg2 *v1.Node) error
- func (fake *FakeDrainer) CordonArgsForCall(i int) (k8sclient.Client, *v1.Node)
- func (fake *FakeDrainer) CordonCallCount() int
- func (fake *FakeDrainer) CordonCalls(stub func(k8sclient.Client, *v1.Node) error)
- func (fake *FakeDrainer) CordonReturns(result1 error)
- func (fake *FakeDrainer) CordonReturnsOnCall(i int, result1 error)
- func (fake *FakeDrainer) Drain(arg1 k8sclient.Client, arg2 *v1.Node) error
- func (fake *FakeDrainer) DrainArgsForCall(i int) (k8sclient.Client, *v1.Node)
- func (fake *FakeDrainer) DrainCallCount() int
- func (fake *FakeDrainer) DrainCalls(stub func(k8sclient.Client, *v1.Node) error)
- func (fake *FakeDrainer) DrainReturns(result1 error)
- func (fake *FakeDrainer) DrainReturnsOnCall(i int, result1 error)
- func (fake *FakeDrainer) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDrainer ¶
type FakeDrainer struct { CordonStub func(k8sclient.Client, *v1.Node) error DrainStub func(k8sclient.Client, *v1.Node) error // contains filtered or unexported fields }
func (*FakeDrainer) CordonArgsForCall ¶
func (*FakeDrainer) CordonCallCount ¶
func (fake *FakeDrainer) CordonCallCount() int
func (*FakeDrainer) CordonCalls ¶
func (*FakeDrainer) CordonReturns ¶
func (fake *FakeDrainer) CordonReturns(result1 error)
func (*FakeDrainer) CordonReturnsOnCall ¶
func (fake *FakeDrainer) CordonReturnsOnCall(i int, result1 error)
func (*FakeDrainer) DrainArgsForCall ¶
func (*FakeDrainer) DrainCallCount ¶
func (fake *FakeDrainer) DrainCallCount() int
func (*FakeDrainer) DrainCalls ¶
func (*FakeDrainer) DrainReturns ¶
func (fake *FakeDrainer) DrainReturns(result1 error)
func (*FakeDrainer) DrainReturnsOnCall ¶
func (fake *FakeDrainer) DrainReturnsOnCall(i int, result1 error)
func (*FakeDrainer) Invocations ¶
func (fake *FakeDrainer) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.