Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + func ListDetail(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Cluster struct + APIAddress string + COEVersion string + ClusterTemplateID string + ContainerVersion string + CreateTimeout int + CreatedAt time.Time + DiscoveryURL string + DockerVolumeSize int + Faults map[string]string + FixedNetwork string + FixedSubnet string + FlavorID string + FloatingIPEnabled bool + HealthStatus string + HealthStatusReason map[string]interface{} + KeyPair string + Labels map[string]string + Links []gophercloud.Link + MasterAddresses []string + MasterCount int + MasterFlavorID string + Name string + NodeAddresses []string + NodeCount int + ProjectID string + StackID string + Status string + StatusReason string + UUID string + UpdatedAt time.Time + UserID string + func ExtractClusters(r pagination.Page) ([]Cluster, error) + type ClusterPage struct + func (r ClusterPage) IsEmpty() (bool, error) + func (r ClusterPage) NextPageURL() (string, error) + type CreateOpts struct + ClusterTemplateID string + CreateTimeout *int + DiscoveryURL string + DockerVolumeSize *int + FixedNetwork string + FixedSubnet string + FlavorID string + FloatingIPEnabled *bool + Keypair string + Labels map[string]string + MasterCount *int + MasterFlavorID string + MasterLBEnabled *bool + MergeLabels *bool + Name string + NodeCount *int + func (opts CreateOpts) ToClusterCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToClusterCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (string, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Cluster, error) + type ListOpts struct + Limit int + Marker string + SortDir string + SortKey string + func (opts ListOpts) ToClustersListQuery() (string, error) + type ListOptsBuilder interface + ToClustersListQuery func() (string, error) + type ResizeOpts struct + NodeCount *int + NodeGroup string + NodesToRemove []string + func (opts ResizeOpts) ToClusterResizeMap() (map[string]interface{}, error) + type ResizeOptsBuilder interface + ToClusterResizeMap func() (map[string]interface{}, error) + type ResizeResult struct + func Resize(client *gophercloud.ServiceClient, id string, opts ResizeOptsBuilder) (r ResizeResult) + func (r ResizeResult) Extract() (string, error) + type UpdateOp string + const AddOp + const RemoveOp + const ReplaceOp + type UpdateOpts struct + Op UpdateOp + Path string + Value interface{} + func (opts UpdateOpts) ToClustersUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToClustersUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, id string, opts []UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (string, error) + type UpgradeOpts struct + ClusterTemplate string + MaxBatchSize *int + NodeGroup string + func (opts UpgradeOpts) ToClustersUpgradeMap() (map[string]interface{}, error) + type UpgradeOptsBuilder interface + ToClustersUpgradeMap func() (map[string]interface{}, error) + type UpgradeResult struct + func Upgrade(client *gophercloud.ServiceClient, id string, opts UpgradeOptsBuilder) (r UpgradeResult) + func (r UpgradeResult) Extract() (string, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2