Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SetupCalled, StartCalled, StopCalled bool
Functions ¶
This section is empty.
Types ¶
type MockOrch ¶
type MockOrch struct { // Channel for sending request to controller ReqChan chan<- ipamspec.IPAMRequest // Channel for receiving responce from controller RespChan <-chan ipamspec.IPAMResponse }
func (*MockOrch) ExportResourcesData ¶
func (moc *MockOrch) ExportResourcesData(interface{}) interface{}
func (*MockOrch) SetupCommunicationChannels ¶
func (moc *MockOrch) SetupCommunicationChannels(reqChan chan<- ipamspec.IPAMRequest, respChan <-chan ipamspec.IPAMResponse)
Click to show internal directories.
Click to hide internal directories.