Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
Index ¶
- type CNIController
- func (fake *CNIController) Down(namespacePath string, handle string, spec string) error
- func (fake *CNIController) DownArgsForCall(i int) (string, string, string)
- func (fake *CNIController) DownCallCount() int
- func (fake *CNIController) DownReturns(result1 error)
- func (fake *CNIController) Invocations() map[string][][]interface{}
- func (fake *CNIController) Up(namespacePath string, handle string, spec string) (*types.Result, error)
- func (fake *CNIController) UpArgsForCall(i int) (string, string, string)
- func (fake *CNIController) UpCallCount() int
- func (fake *CNIController) UpReturns(result1 *types.Result, result2 error)
- type Mounter
- func (fake *Mounter) IdempotentlyMount(source string, target string) error
- func (fake *Mounter) IdempotentlyMountArgsForCall(i int) (string, string)
- func (fake *Mounter) IdempotentlyMountCallCount() int
- func (fake *Mounter) IdempotentlyMountReturns(result1 error)
- func (fake *Mounter) Invocations() map[string][][]interface{}
- func (fake *Mounter) RemoveMount(target string) error
- func (fake *Mounter) RemoveMountArgsForCall(i int) string
- func (fake *Mounter) RemoveMountCallCount() int
- func (fake *Mounter) RemoveMountReturns(result1 error)
- type NetmanClient
- func (fake *NetmanClient) Add(containerID string, groupID string, containerIP net.IP) error
- func (fake *NetmanClient) AddArgsForCall(i int) (string, string, net.IP)
- func (fake *NetmanClient) AddCallCount() int
- func (fake *NetmanClient) AddReturns(result1 error)
- func (fake *NetmanClient) Del(containerID string) error
- func (fake *NetmanClient) DelArgsForCall(i int) string
- func (fake *NetmanClient) DelCallCount() int
- func (fake *NetmanClient) DelReturns(result1 error)
- func (fake *NetmanClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNIController ¶
type CNIController struct { UpStub func(namespacePath, handle, spec string) (*types.Result, error) DownStub func(namespacePath, handle, spec string) error // contains filtered or unexported fields }
func (*CNIController) Down ¶
func (fake *CNIController) Down(namespacePath string, handle string, spec string) error
func (*CNIController) DownArgsForCall ¶
func (fake *CNIController) DownArgsForCall(i int) (string, string, string)
func (*CNIController) DownCallCount ¶
func (fake *CNIController) DownCallCount() int
func (*CNIController) DownReturns ¶
func (fake *CNIController) DownReturns(result1 error)
func (*CNIController) Invocations ¶
func (fake *CNIController) Invocations() map[string][][]interface{}
func (*CNIController) UpArgsForCall ¶
func (fake *CNIController) UpArgsForCall(i int) (string, string, string)
func (*CNIController) UpCallCount ¶
func (fake *CNIController) UpCallCount() int
type Mounter ¶
type Mounter struct { IdempotentlyMountStub func(source, target string) error RemoveMountStub func(target string) error // contains filtered or unexported fields }
func (*Mounter) IdempotentlyMount ¶
func (*Mounter) IdempotentlyMountArgsForCall ¶
func (*Mounter) IdempotentlyMountCallCount ¶
func (*Mounter) IdempotentlyMountReturns ¶
func (*Mounter) Invocations ¶
func (*Mounter) RemoveMount ¶
func (*Mounter) RemoveMountArgsForCall ¶
func (*Mounter) RemoveMountCallCount ¶
func (*Mounter) RemoveMountReturns ¶
type NetmanClient ¶
type NetmanClient struct { AddStub func(containerID string, groupID string, containerIP net.IP) error DelStub func(containerID string) error // contains filtered or unexported fields }
func (*NetmanClient) AddArgsForCall ¶
func (*NetmanClient) AddCallCount ¶
func (fake *NetmanClient) AddCallCount() int
func (*NetmanClient) AddReturns ¶
func (fake *NetmanClient) AddReturns(result1 error)
func (*NetmanClient) Del ¶
func (fake *NetmanClient) Del(containerID string) error
func (*NetmanClient) DelArgsForCall ¶
func (fake *NetmanClient) DelArgsForCall(i int) string
func (*NetmanClient) DelCallCount ¶
func (fake *NetmanClient) DelCallCount() int
func (*NetmanClient) DelReturns ¶
func (fake *NetmanClient) DelReturns(result1 error)
func (*NetmanClient) Invocations ¶
func (fake *NetmanClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.