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,
policyAPICell,
)
Functions ¶
This section is empty.
Types ¶
type ConfigModifyEvent ¶ added in v1.17.0
type ConfigModifyEvent struct {
// contains filtered or unexported fields
}
ConfigModifyEvent is a wrapper around the parameters for configModify.