package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create accepts a CreateOpts struct and uses the values to create a new logical node pool.
Delete will permanently delete a particular node pool based on its unique ID and cluster ID.
No description provided by the author
Get retrieves a particular node pool based on its unique ID and cluster ID.
No description provided by the author
List returns collection of node pools.
Update allows node pools to be updated.
# Variables
No description provided by the author
# Structs
No description provided by the author
CreateMetaData required to create a Node Pool.
CreateOpts allows extensions to add additional parameters to the Create request.
CreateResult represents the result of a create operation.
CreateSpec describes Node pools specification.
DeleteResult represents the result of a delete operation.
No description provided by the author
GetResult represents the result of a get operation.
Describes the Node Pool Structure of cluster.
ListOpts allows the filtering of list data using given parameters.
ListResult represents the result of a list operation.
Metadata of the node pool.
No description provided by the author
Individual node pools of the cluster.
Spec describes Node pools specification.
Gives the current status of the node pool.
UpdateMetaData required to update a Node Pool.
UpdateOpts contains all the values needed to update a new node pool.
UpdateResult represents the result of an update operation.
UpdateSpec describes Node pools update specification.
# Interfaces
Create accepts a CreateOpts struct and uses the values to create a new logical Node Pool.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.