kops/vendor/github.com/digitalocean/godo
Peter Rifel 298e771e29
Update dependencies (#17333)
* Update dependencies

* make gomod

* make crds

* Bump RSA private key size to meet new minimum

* Fix scaleway type change

* Bump k8s.io/kops in tests/e2e module

* Bump containerd

* Bump golang-jwt/jwt

* Bump golang.org/x/net
2025-03-29 23:30:56 +00:00
..
metrics update deps 2022-05-04 10:25:42 +03:00
.gitignore Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
.whitesource Update godo to v1.54.0 2020-11-26 15:55:10 +05:30
1-click.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
CHANGELOG.md Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
CONTRIBUTING.md Update dependencies 2023-10-13 06:09:08 +00:00
LICENSE.txt vendor github.com/digitalocean/godo 2017-07-09 21:50:48 -04:00
README.md Update dependencies 2023-08-31 13:53:46 +03:00
account.go Update dependencies 2023-07-21 06:10:34 +00:00
action.go update deps 2022-05-04 10:25:42 +03:00
apps.gen.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
apps.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
apps_accessors.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
balance.go Update dependencies 2022-08-05 06:08:15 +00:00
billing_history.go Update dependencies 2022-08-05 06:08:15 +00:00
cdn.go Update godo to v1.54.0 2020-11-26 15:55:10 +05:30
certificates.go Update dependencies 2024-03-15 06:04:44 +00:00
databases.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
doc.go update deps 2022-05-04 10:25:42 +03:00
domains.go update deps 2022-05-04 10:25:42 +03:00
droplet_actions.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
droplet_autoscale.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
droplets.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
errors.go vendor github.com/digitalocean/godo 2017-07-09 21:50:48 -04:00
firewalls.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
floating_ips.go Update dependencies 2022-09-23 06:29:44 +00:00
floating_ips_actions.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
functions.go Update dependencies 2022-12-16 06:08:52 +00:00
godo.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
image_actions.go Update dependencies 2022-11-18 06:09:02 +00:00
images.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
invoices.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
keys.go Update dependencies 2022-12-16 06:08:52 +00:00
kubernetes.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
links.go update deps 2022-05-04 10:25:42 +03:00
load_balancers.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
meta.go Update godo to v1.54.0 2020-11-26 15:55:10 +05:30
monitoring.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
partner_network_connect.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
projects.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
regions.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
registry.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
reserved_ips.go Update dependencies 2022-09-23 06:29:44 +00:00
reserved_ips_actions.go Run make depup 2022-06-19 16:45:38 +03:00
reserved_ipv6.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
reserved_ipv6_actions.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
sizes.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
snapshots.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
spaces_keys.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
storage.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
storage_actions.go update deps 2022-05-04 10:25:42 +03:00
strings.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
tags.go Update dependencies 2022-09-23 06:29:44 +00:00
timestamp.go vendor github.com/digitalocean/godo 2017-07-09 21:50:48 -04:00
uptime.go Update dependencies 2023-10-11 07:12:47 +00:00
vpc_peerings.go Update dependencies 2024-05-17 06:04:26 +00:00
vpcs.go Update dependencies 2024-05-17 06:04:26 +00:00

README.md

Godo

GitHub Actions CI GoDoc

Godo is a Go client library for accessing the DigitalOcean V2 API.

You can view the client API docs here: http://godoc.org/github.com/digitalocean/godo

You can view DigitalOcean API docs here: https://docs.digitalocean.com/reference/api/api-reference/

Install

go get github.com/digitalocean/godo@vX.Y.Z

where X.Y.Z is the version you need.

or

go get github.com/digitalocean/godo

for non Go modules usage or latest version.

Usage

import "github.com/digitalocean/godo"

Create a new DigitalOcean client, then use the exposed services to access different parts of the DigitalOcean API.

Authentication

Currently, Personal Access Token (PAT) is the only method of authenticating with the API. You can manage your tokens at the DigitalOcean Control Panel Applications Page.

You can then use your token to create a new client:

package main

import (
    "github.com/digitalocean/godo"
)

func main() {
    client := godo.NewFromToken("my-digitalocean-api-token")
}

If you need to provide a context.Context to your new client, you should use godo.NewClient to manually construct a client instead.

Examples

To create a new Droplet:

dropletName := "super-cool-droplet"

createRequest := &godo.DropletCreateRequest{
    Name:   dropletName,
    Region: "nyc3",
    Size:   "s-1vcpu-1gb",
    Image: godo.DropletCreateImage{
        Slug: "ubuntu-20-04-x64",
    },
}

ctx := context.TODO()

newDroplet, _, err := client.Droplets.Create(ctx, createRequest)

if err != nil {
    fmt.Printf("Something bad happened: %s\n\n", err)
    return err
}

Pagination

If a list of items is paginated by the API, you must request pages individually. For example, to fetch all Droplets:

func DropletList(ctx context.Context, client *godo.Client) ([]godo.Droplet, error) {
    // create a list to hold our droplets
    list := []godo.Droplet{}

    // create options. initially, these will be blank
    opt := &godo.ListOptions{}
    for {
        droplets, resp, err := client.Droplets.List(ctx, opt)
        if err != nil {
            return nil, err
        }

        // append the current page's droplets to our list
        list = append(list, droplets...)

        // if we are at the last page, break out the for loop
        if resp.Links == nil || resp.Links.IsLastPage() {
            break
        }

        page, err := resp.Links.CurrentPage()
        if err != nil {
            return nil, err
        }

        // set the page we want for the next request
        opt.Page = page + 1
    }

    return list, nil
}

Some endpoints offer token based pagination. For example, to fetch all Registry Repositories:

func ListRepositoriesV2(ctx context.Context, client *godo.Client, registryName string) ([]*godo.RepositoryV2, error) {
    // create a list to hold our registries
    list := []*godo.RepositoryV2{}

    // create options. initially, these will be blank
    opt := &godo.TokenListOptions{}
    for {
        repositories, resp, err := client.Registry.ListRepositoriesV2(ctx, registryName, opt)
        if err != nil {
            return nil, err
        }

        // append the current page's registries to our list
        list = append(list, repositories...)

        // if we are at the last page, break out the for loop
        if resp.Links == nil || resp.Links.IsLastPage() {
            break
        }

        // grab the next page token
        nextPageToken, err := resp.Links.NextPageToken()
        if err != nil {
            return nil, err
        }

        // provide the next page token for the next request
        opt.Token = nextPageToken
    }

    return list, nil
}

Automatic Retries and Exponential Backoff

The Godo client can be configured to use automatic retries and exponentional backoff for requests that fail with 429 or 500-level response codes via go-retryablehttp. To configure Godo to enable usage of go-retryablehttp, the RetryConfig.RetryMax must be set.

tokenSrc := oauth2.StaticTokenSource(&oauth2.Token{
    AccessToken: "dop_v1_xxxxxx",
})

oauth_client := oauth2.NewClient(oauth2.NoContext, tokenSrc)

waitMax := godo.PtrTo(6.0)
waitMin := godo.PtrTo(3.0)

retryConfig := godo.RetryConfig{
    RetryMax:     3,
    RetryWaitMin: waitMin,
    RetryWaitMax: waitMax,
}

client, err := godo.New(oauth_client, godo.WithRetryAndBackoffs(retryConfig))

Please refer to the RetryConfig Godo documentation for more information.

Versioning

Each version of the client is tagged and the version is updated accordingly.

To see the list of past versions, run git tag.

Documentation

For a comprehensive list of examples, check out the API documentation.

For details on all the functionality in this library, see the GoDoc documentation.

Contributing

We love pull requests! Please see the contribution guidelines.