# Packages

No description provided by the author

# Functions

Create requests a node to be created.
Delete requests the deletion of an allocation.
ExtractAllocations interprets the results of a single page from a List() call, producing a slice of Allocation entities.
No description provided by the author
Get requests the details of an allocation by ID.
List makes a request against the API to list allocations accessible to you.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
AllocationPage abstracts the raw results of making a List() request against the API.
CreateOpts specifies allocation creation parameters.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.

# Type aliases

No description provided by the author