# Packages
No description provided by the author
# Functions
ExtractPools takes a List result and extracts the collection of Pools returned by the API.
List makes a request against the API to list pool information.
ListDetail makes a request against the API to list detailed pool information.
# Structs
Capabilities represents the information of an individual Pool.
ListOpts controls the view of data returned (e.g globally or per project).
ListOpts controls the view of data returned (e.g globally or per project).
Pool represents an individual Pool retrieved from the schedulerstats API.
PoolPage is a single page of all List results.
# Interfaces
ListDetailOptsBuilder allows extensions to add additional parameters to the ListDetail request.
ListOptsBuilder allows extensions to add additional parameters to the List request.