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
$lb = $hetznerClient->loadBalancers()->getByName('...');
foreach($lb->targetsas$target) {
$lb->removeTarget($target);
# or maybe, or make it smart and work with $target only aswell$lb->removeTargetByIp($target->ip);
}
Also missing a removeTargets($targets);
The text was updated successfully, but these errors were encountered:
cztk
changed the title
LoadBalancer handling overly complex and inconsitent
LoadBalancer handling overly complex
Oct 4, 2023
This can't be meant how it's to be used is it?
Same for addTarget
How I expected it to work;
Also missing a removeTargets($targets);
The text was updated successfully, but these errors were encountered: