Versions in this module Expand all Collapse all v2 v2.1.0 Jan 5, 2022 v2.0.1 Dec 28, 2021 v2.0.0 Dec 28, 2021 Changes in this version + func List(client *gophercloud.ServiceClient, clusterID string, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + DockerVolumeSize *int + FlavorID string + ImageID string + Labels map[string]string + MaxNodeCount *int + MinNodeCount int + Name string + NodeCount *int + Role string + func (opts CreateOpts) ToNodeGroupCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToNodeGroupCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, clusterID string, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*NodeGroup, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, clusterID, nodeGroupID string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, clusterID, nodeGroupID string) (r GetResult) + func (r GetResult) Extract() (*NodeGroup, error) + type ListOpts struct + Limit int + Marker int + Role string + SortDir string + SortKey string + func (opts ListOpts) ToNodeGroupsListQuery() (string, error) + type ListOptsBuilder interface + ToNodeGroupsListQuery func() (string, error) + type NodeGroup struct + ClusterID string + CreatedAt time.Time + DockerVolumeSize *int + FlavorID string + ID int + ImageID string + IsDefault bool + Labels map[string]string + Links []gophercloud.Link + MaxNodeCount *int + MinNodeCount int + Name string + NodeAddresses []string + NodeCount int + ProjectID string + Role string + StackID string + Status string + StatusReason string + UUID string + UpdatedAt time.Time + Version string + func ExtractNodeGroups(r pagination.Page) ([]NodeGroup, error) + type NodeGroupPage struct + func (r NodeGroupPage) IsEmpty() (bool, error) + func (r NodeGroupPage) NextPageURL() (string, error) + type UpdateOp string + const AddOp + const RemoveOp + const ReplaceOp + type UpdateOpts struct + Op UpdateOp + Path string + Value interface{} + func (opts UpdateOpts) ToResourceUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToResourceUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, clusterID string, nodeGroupID string, ...) (r UpdateResult) + func (r UpdateResult) Extract() (*NodeGroup, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v3