Revision 2fc54dd6dd9edb507cb3111e175071000189b81c authored by Daneyon Hansen on 04 March 2024, 23:58:46 UTC, committed by christarazi on 17 June 2024, 14:16:33 UTC
- `operator/option/config.go`: Adds an option for enabling AWS IPv6 prefix delegation (PD).
- `*_test.go`: Updates IPAM implementation unit tests to call `NewNodeManager()` with IPv6 PD config option.
- `pkg/ipam/node.go`: Adds `ipv6Alloc` field to `Node` type to represent IPv6-specific allocation node attributes.
- `pkg/ipam/node_manager.go`: Adds IPv6 PD field to the `NodeManager` type and associated `NewNodeManager()`.

Supports: #30684

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
1 parent 51ff384
History
File Mode Size
apis
client
constants
identitybackend
informer
metrics
resource
slim
synced
types
utils
version
watchers
annotate.go -rw-r--r-- 4.0 KB
annotate_test.go -rw-r--r-- 6.9 KB
cache_status.go -rw-r--r-- 452 bytes
cilium_node.go -rw-r--r-- 452 bytes
doc.go -rw-r--r-- 148 bytes
endpoints.go -rw-r--r-- 16.2 KB
endpoints_test.go -rw-r--r-- 60.6 KB
error_helpers.go -rw-r--r-- 3.2 KB
error_helpers_test.go -rw-r--r-- 918 bytes
factory_functions.go -rw-r--r-- 11.9 KB
factory_functions_test.go -rw-r--r-- 30.5 KB
json_patch.go -rw-r--r-- 442 bytes
labels.go -rw-r--r-- 1.5 KB
labels_test.go -rw-r--r-- 2.0 KB
logfields.go -rw-r--r-- 417 bytes
network_policy.go -rw-r--r-- 10.7 KB
network_policy_test.go -rw-r--r-- 50.8 KB
node.go -rw-r--r-- 8.5 KB
node_test.go -rw-r--r-- 9.0 KB
resource_ctors.go -rw-r--r-- 18.9 KB
service.go -rw-r--r-- 21.7 KB
service_cache.go -rw-r--r-- 27.3 KB
service_cache_test.go -rw-r--r-- 47.3 KB
service_test.go -rw-r--r-- 31.6 KB
zz_generated.deepcopy.go -rw-r--r-- 4.5 KB
zz_generated.deepequal.go -rw-r--r-- 6.5 KB

back to top