diff --git a/pool.go b/pool.go index aeaabdf..a3bf1f0 100644 --- a/pool.go +++ b/pool.go @@ -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 {