Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestController ¶
type RequestController interface { InitRequestController() error StartRequestController(exitChan <-chan struct{}) error UpdateCRDSpec(cntxt context.Context, crdSpec nnc.NodeNetworkConfigSpec) error IsStarted() bool }
RequestController interface for cns to interact with the request controller
Click to show internal directories.
Click to hide internal directories.