Skip to content

Commit

Permalink
Fix exporte function comment
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro J. Nuñez Madrazo <[email protected]>
  • Loading branch information
alejandrojnm committed Oct 3, 2023
1 parent f3a09bf commit ea8cc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (c *Client) UpdateKubernetesClusterPool(cid, pid string, config *Kubernetes
return pool, nil
}

// DeleteKubernetesPool delete a pool inside the cluster
// DeleteKubernetesClusterPool delete a pool inside the cluster
func (c *Client) DeleteKubernetesClusterPool(id, poolID string) (*SimpleResponse, error) {
resp, err := c.SendDeleteRequest(fmt.Sprintf("/v2/kubernetes/clusters/%s/pools/%s", id, poolID))
if err != nil {
Expand Down

0 comments on commit ea8cc08

Please sign in to comment.