You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a load balancer has a label_selector type target, the API returns a
nested "targets" array containing the resolved individual server targets
with their health statuses. This data was previously discarded.
- Add `targets` parameter to `LoadBalancerTarget.__init__` in domain.py
- Parse nested targets in `BoundLoadBalancer.__init__` for
label_selector targets, creating `LoadBalancerTarget` objects with
server, health_status, type, and use_private_ip fields
- Add test fixture and test case for nested target parsing
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: jo <ljonas@riseup.net>
0 commit comments