# Packages
No description provided by the author
# Functions
Create requests the creation of a new cluster.
Delete deletes the specified cluster ID.
No description provided by the author
Get retrieves a specific clusters based on its unique ID.
List returns a Pager which allows you to iterate over a collection of clusters.
ListDetail returns a Pager which allows you to iterate over a collection of clusters with detailed information.
Resize an existing cluster node count.
Update implements cluster updated request.
Upgrade implements cluster upgrade request.
# Structs
No description provided by the author
No description provided by the author
CreateOpts params.
CreateResult is the response of a Create operations.
DeleteResult is the result from a Delete operation.
GetResult represents the result of a get operation.
ListOpts allows the sorting of paginated collections through the API.
ResizeOpts params.
ResizeResult is the response of a Resize operations.
No description provided by the author
UpdateResult is the response of a Update operations.
No description provided by the author
UpgradeResult is the response of a Upgrade operations.
# Interfaces
CreateOptsBuilder Builder.
ListOptsBuilder allows extensions to add additional parameters to the List request.
ResizeOptsBuilder allows extensions to add additional parameters to the Resize request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.
UpgradeOptsBuilder allows extensions to add additional parameters to the Upgrade request.
# Type aliases
No description provided by the author