Documentation
¶
Overview ¶
Package agent holds the agent-side AWS integration: the AWS customization of the multi-pool IPAM allocator, and the netlink configuration of the devices the operator attaches to the node.
It is registered by the cilium-agent only. The operator's counterpart lives in pkg/aws/ipam.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Cell = cell.Module( "aws-agent", "Agent-side AWS integration", cell.Provide(newProvider), )
Cell provides the agent-side AWS integration. It is the home of everything AWS-specific the agent needs, currently the ENI customization of the multi-pool IPAM allocator.
Registering it is unconditional: the parts it contributes declare what they handle (the IPAM provider declares its IPAM mode) and are only selected when the agent is configured accordingly.
Functions ¶
This section is empty.
Types ¶
This section is empty.