# Packages
No description provided by the author
# Functions
Create makes a request to the Magnum API to create a node group for the the given cluster.
Delete makes a request to the Magnum API to delete a node group.
ExtractNodeGroups takes a Page of node groups as returned from List or from AllPages and extracts it as a slice of NodeGroups.
Get makes a request to the Magnum API to retrieve a node group with the given ID/name belonging to the given cluster.
List makes a request to the Magnum API to retrieve node groups belonging to the given cluster.
Update makes a request to the Magnum API to update a field of the given node group belonging to the given cluster.
# Structs
CreateOpts is used to set available fields upon node group creation.
CreateResult is the response from a Create request.
DeleteResult is the response from a Delete request.
GetResult is the response from a Get request.
ListOpts is used to filter and sort the node groups of a cluster when using List.
NodeGroup is the API representation of a Magnum node group.
No description provided by the author
UpdateOpts is used to define the action taken when updating a node group.
UpdateResult is the response from an Update request.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author