prometheus/vendor/github.com/digitalocean/godo
beorn7 ddefee52dc Update dependencies
Note that by just running `make update-go-deps`, the K8s Go client was
set to `k8s.io/client-go v11.0.0+incompatible`. However, that doesn't
play well with `k8s.io/apimachinery v0.18.5`. I the manually changed
the Go client line to `k8s.io/client-go v0.18.5`, which made
everything work. I guess Go Modules got confused by the ginormous
v11.0.0 version tag. Or it is a problem that pulling k8s.io/client-go
with git results in a rather old repo without the v0.18.5
tag. github.com/kubernetes/client-go has all the right tags. I
actually don't understand how Go Modules still correctly figures out
the source from the `k8s.io/client-go v0.18.5` line.

If one of the reviewers could enlighten me, I'd much appreciate it.

Signed-off-by: beorn7 <beorn@grafana.com>
2020-07-11 00:42:05 +02:00
..
.gitignore Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
.whitesource Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
1-click.go Update dependencies 2020-07-11 00:42:05 +02:00
account.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
action.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
balance.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
billing_history.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
cdn.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
certificates.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
CHANGELOG.md Update dependencies 2020-07-11 00:42:05 +02:00
CONTRIBUTING.md Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
databases.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
doc.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
domains.go Update dependencies 2020-07-11 00:42:05 +02:00
droplet_actions.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
droplets.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
errors.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
firewalls.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
floating_ips.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
floating_ips_actions.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
go.mod Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
go.sum Update dependencies 2020-07-11 00:42:05 +02:00
godo.go Update dependencies 2020-07-11 00:42:05 +02:00
image_actions.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
images.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
invoices.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
keys.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
kubernetes.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
LICENSE.txt Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
links.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
load_balancers.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
meta.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
projects.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
README.md Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
regions.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
registry.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
sizes.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
snapshots.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
storage.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
storage_actions.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
strings.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
tags.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
timestamp.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00
vpcs.go Add DigitalOcean service discovery (#7407) 2020-06-18 17:04:41 +02:00

Godo

Build Status 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://developers.digitalocean.com/documentation/v2/

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-14-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
        for _, d := range droplets {
            list = append(list, d)
        }

        // 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
}

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.