-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Please, add filtering of NodeBalancers based on label. All objects are findable using label:
client = ...
instance = client.linode.instances(Instance.label = 'some-label')
However, NodeBalancer does not, it has only filterable property region. For them, either its id should be known in advance or this should be done:
client = ...
for balancer in client.nodebalancers():
if balancer.label == label:
return balancer
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels