Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type HCSClient
- func (fake *HCSClient) CreateEndpoint(arg1 *hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error)
- func (fake *HCSClient) CreateEndpointArgsForCall(i int) *hcsshim.HNSEndpoint
- func (fake *HCSClient) CreateEndpointCallCount() int
- func (fake *HCSClient) CreateEndpointReturns(result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) CreateEndpointReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) DeleteEndpoint(arg1 *hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error)
- func (fake *HCSClient) DeleteEndpointArgsForCall(i int) *hcsshim.HNSEndpoint
- func (fake *HCSClient) DeleteEndpointCallCount() int
- func (fake *HCSClient) DeleteEndpointReturns(result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) DeleteEndpointReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) GetHNSEndpointByID(arg1 string) (*hcsshim.HNSEndpoint, error)
- func (fake *HCSClient) GetHNSEndpointByIDArgsForCall(i int) string
- func (fake *HCSClient) GetHNSEndpointByIDCallCount() int
- func (fake *HCSClient) GetHNSEndpointByIDReturns(result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) GetHNSEndpointByIDReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) GetHNSEndpointByName(arg1 string) (*hcsshim.HNSEndpoint, error)
- func (fake *HCSClient) GetHNSEndpointByNameArgsForCall(i int) string
- func (fake *HCSClient) GetHNSEndpointByNameCallCount() int
- func (fake *HCSClient) GetHNSEndpointByNameReturns(result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) GetHNSEndpointByNameReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) GetHNSNetworkByName(arg1 string) (*hcsshim.HNSNetwork, error)
- func (fake *HCSClient) GetHNSNetworkByNameArgsForCall(i int) string
- func (fake *HCSClient) GetHNSNetworkByNameCallCount() int
- func (fake *HCSClient) GetHNSNetworkByNameReturns(result1 *hcsshim.HNSNetwork, result2 error)
- func (fake *HCSClient) GetHNSNetworkByNameReturnsOnCall(i int, result1 *hcsshim.HNSNetwork, result2 error)
- func (fake *HCSClient) HotAttachEndpoint(containerID string, endpointID string, endpointReady func() (bool, error)) error
- func (fake *HCSClient) HotAttachEndpointArgsForCall(i int) (string, string, func() (bool, error))
- func (fake *HCSClient) HotAttachEndpointCallCount() int
- func (fake *HCSClient) HotAttachEndpointReturns(result1 error)
- func (fake *HCSClient) HotAttachEndpointReturnsOnCall(i int, result1 error)
- func (fake *HCSClient) HotDetachEndpoint(containerID string, endpointID string) error
- func (fake *HCSClient) HotDetachEndpointArgsForCall(i int) (string, string)
- func (fake *HCSClient) HotDetachEndpointCallCount() int
- func (fake *HCSClient) HotDetachEndpointReturns(result1 error)
- func (fake *HCSClient) HotDetachEndpointReturnsOnCall(i int, result1 error)
- func (fake *HCSClient) Invocations() map[string][][]interface{}
- func (fake *HCSClient) UpdateEndpoint(arg1 *hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error)
- func (fake *HCSClient) UpdateEndpointArgsForCall(i int) *hcsshim.HNSEndpoint
- func (fake *HCSClient) UpdateEndpointCallCount() int
- func (fake *HCSClient) UpdateEndpointReturns(result1 *hcsshim.HNSEndpoint, result2 error)
- func (fake *HCSClient) UpdateEndpointReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HCSClient ¶
type HCSClient struct { GetHNSNetworkByNameStub func(string) (*hcsshim.HNSNetwork, error) CreateEndpointStub func(*hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error) UpdateEndpointStub func(*hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error) GetHNSEndpointByIDStub func(string) (*hcsshim.HNSEndpoint, error) GetHNSEndpointByNameStub func(string) (*hcsshim.HNSEndpoint, error) DeleteEndpointStub func(*hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error) HotAttachEndpointStub func(containerID string, endpointID string, endpointReady func() (bool, error)) error HotDetachEndpointStub func(containerID string, endpointID string) error // contains filtered or unexported fields }
func (*HCSClient) CreateEndpoint ¶
func (fake *HCSClient) CreateEndpoint(arg1 *hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error)
func (*HCSClient) CreateEndpointArgsForCall ¶
func (fake *HCSClient) CreateEndpointArgsForCall(i int) *hcsshim.HNSEndpoint
func (*HCSClient) CreateEndpointCallCount ¶
func (*HCSClient) CreateEndpointReturns ¶
func (fake *HCSClient) CreateEndpointReturns(result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) CreateEndpointReturnsOnCall ¶
func (fake *HCSClient) CreateEndpointReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) DeleteEndpoint ¶
func (fake *HCSClient) DeleteEndpoint(arg1 *hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error)
func (*HCSClient) DeleteEndpointArgsForCall ¶
func (fake *HCSClient) DeleteEndpointArgsForCall(i int) *hcsshim.HNSEndpoint
func (*HCSClient) DeleteEndpointCallCount ¶
func (*HCSClient) DeleteEndpointReturns ¶
func (fake *HCSClient) DeleteEndpointReturns(result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) DeleteEndpointReturnsOnCall ¶
func (fake *HCSClient) DeleteEndpointReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) GetHNSEndpointByID ¶
func (fake *HCSClient) GetHNSEndpointByID(arg1 string) (*hcsshim.HNSEndpoint, error)
func (*HCSClient) GetHNSEndpointByIDArgsForCall ¶
func (*HCSClient) GetHNSEndpointByIDCallCount ¶
func (*HCSClient) GetHNSEndpointByIDReturns ¶
func (fake *HCSClient) GetHNSEndpointByIDReturns(result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) GetHNSEndpointByIDReturnsOnCall ¶
func (fake *HCSClient) GetHNSEndpointByIDReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) GetHNSEndpointByName ¶
func (fake *HCSClient) GetHNSEndpointByName(arg1 string) (*hcsshim.HNSEndpoint, error)
func (*HCSClient) GetHNSEndpointByNameArgsForCall ¶
func (*HCSClient) GetHNSEndpointByNameCallCount ¶
func (*HCSClient) GetHNSEndpointByNameReturns ¶
func (fake *HCSClient) GetHNSEndpointByNameReturns(result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) GetHNSEndpointByNameReturnsOnCall ¶
func (fake *HCSClient) GetHNSEndpointByNameReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) GetHNSNetworkByName ¶
func (fake *HCSClient) GetHNSNetworkByName(arg1 string) (*hcsshim.HNSNetwork, error)
func (*HCSClient) GetHNSNetworkByNameArgsForCall ¶
func (*HCSClient) GetHNSNetworkByNameCallCount ¶
func (*HCSClient) GetHNSNetworkByNameReturns ¶
func (fake *HCSClient) GetHNSNetworkByNameReturns(result1 *hcsshim.HNSNetwork, result2 error)
func (*HCSClient) GetHNSNetworkByNameReturnsOnCall ¶
func (fake *HCSClient) GetHNSNetworkByNameReturnsOnCall(i int, result1 *hcsshim.HNSNetwork, result2 error)
func (*HCSClient) HotAttachEndpoint ¶
func (*HCSClient) HotAttachEndpointArgsForCall ¶
func (*HCSClient) HotAttachEndpointCallCount ¶
func (*HCSClient) HotAttachEndpointReturns ¶
func (*HCSClient) HotAttachEndpointReturnsOnCall ¶
func (*HCSClient) HotDetachEndpoint ¶
func (*HCSClient) HotDetachEndpointArgsForCall ¶
func (*HCSClient) HotDetachEndpointCallCount ¶
func (*HCSClient) HotDetachEndpointReturns ¶
func (*HCSClient) HotDetachEndpointReturnsOnCall ¶
func (*HCSClient) Invocations ¶
func (*HCSClient) UpdateEndpoint ¶
func (fake *HCSClient) UpdateEndpoint(arg1 *hcsshim.HNSEndpoint) (*hcsshim.HNSEndpoint, error)
func (*HCSClient) UpdateEndpointArgsForCall ¶
func (fake *HCSClient) UpdateEndpointArgsForCall(i int) *hcsshim.HNSEndpoint
func (*HCSClient) UpdateEndpointCallCount ¶
func (*HCSClient) UpdateEndpointReturns ¶
func (fake *HCSClient) UpdateEndpointReturns(result1 *hcsshim.HNSEndpoint, result2 error)
func (*HCSClient) UpdateEndpointReturnsOnCall ¶
func (fake *HCSClient) UpdateEndpointReturnsOnCall(i int, result1 *hcsshim.HNSEndpoint, result2 error)
Click to show internal directories.
Click to hide internal directories.