Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIRequestEndpointCreate = "endpoint-create" APIRequestEndpointDelete = "endpoint-delete" APIRequestEndpointGet = "endpoint-get" APIRequestEndpointPatch = "endpoint-patch" APIRequestEndpointList = "endpoint-list" )
View Source
const ( // ConfigModifyQueueSize is the size of the event queue for serializing // configuration updates to the daemon ConfigModifyQueueSize = 10 )
Variables ¶
View Source
var Cell = cell.Module(
"cilium-restapi",
"Cilium Agent API handlers",
rateLimiterCell,
configModificationCell,
)
Functions ¶
This section is empty.
Types ¶
type ConfigModifyEvent ¶
type ConfigModifyEvent struct {
// contains filtered or unexported fields
}
ConfigModifyEvent is a wrapper around the parameters for configModify.
func (*ConfigModifyEvent) Handle ¶
func (e *ConfigModifyEvent) Handle(res chan interface{})
Handle implements pkg/eventqueue/EventHandler interface.
type ConfigModifyEventHandler ¶
type ConfigModifyEventHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.