What is missing?
The current implementation of the Designate recordsets client in gophercloud only provides the ListByZone function. This requires callers to perform multiple individual API calls when operations are needed across all zones, which can result in significant latency and performance bottlenecks in large-scale environments.
Adding a ListAll function to recordsets allows for retrieving recordsets globally.
What is missing?
The current implementation of the Designate recordsets client in gophercloud only provides the ListByZone function. This requires callers to perform multiple individual API calls when operations are needed across all zones, which can result in significant latency and performance bottlenecks in large-scale environments.
Adding a ListAll function to recordsets allows for retrieving recordsets globally.