# Packages

No description provided by the author

# Functions

Create requests the creation of a new cluster.
Delete deletes the specified cluster ID.
ExtractClusterTemplates accepts a Page struct, specifically a ClusterTemplatePage struct, and extracts the elements into a slice of cluster templates structs.
Get retrieves a specific cluster-template based on its unique ID.
List returns a Pager which allows you to iterate over a collection of cluster-templates.
Update implements cluster updated request.

# Constants

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

# Structs

Represents a template for a Cluster Template.
ClusterTemplatePage is the page returned by a pager when traversing over a collection of cluster-templates.
CreateOpts params.
CreateResult is the response of a Create operations.
DeleteResult is the result from a Delete operation.
GetResult is the response of a Get operations.
ListOpts allows the sorting of paginated collections through the API.
No description provided by the author
UpdateResult is the response of a Update operations.

# Interfaces

CreateOptsBuilder Builder.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.

# Type aliases

No description provided by the author