28 lines
1.7 KiB
Markdown
28 lines
1.7 KiB
Markdown
|
---
|
||
|
title: Egoscale
|
||
|
description: the Go library for Exoscale
|
||
|
---
|
||
|
|
||
|
<a href="https://gopherize.me/gopher/9c1bc7cfe1d84cf43e477dbfc4aa86332065f1fd"><img src="gopher.png" align="right" alt=""></a>
|
||
|
|
||
|
[![Build Status](https://travis-ci.org/exoscale/egoscale.svg?branch=master)](https://travis-ci.org/exoscale/egoscale) [![Maintainability](https://api.codeclimate.com/v1/badges/fcab3b624b7d3ca96a9d/maintainability)](https://codeclimate.com/github/exoscale/egoscale/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/fcab3b624b7d3ca96a9d/test_coverage)](https://codeclimate.com/github/exoscale/egoscale/test_coverage) [![GoDoc](https://godoc.org/github.com/exoscale/egoscale?status.svg)](https://godoc.org/github.com/exoscale/egoscale) [![Go Report Card](https://goreportcard.com/badge/github.com/exoscale/egoscale)](https://goreportcard.com/report/github.com/exoscale/egoscale)
|
||
|
|
||
|
A wrapper for the [Exoscale public cloud](https://www.exoscale.com) API.
|
||
|
|
||
|
## Known users
|
||
|
|
||
|
- [Exoscale CLI](https://github.com/exoscale/cli)
|
||
|
- [Exoscale Terraform provider](https://github.com/exoscale/terraform-provider-exoscale)
|
||
|
- [ExoIP](https://github.com/exoscale/exoip): IP Watchdog
|
||
|
- [Lego](https://github.com/go-acme/lego): Let's Encrypt and ACME library
|
||
|
- Kubernetes Incubator: [External DNS](https://github.com/kubernetes-incubator/external-dns)
|
||
|
- [Docker machine](https://docs.docker.com/machine/drivers/exoscale/)
|
||
|
- [etc.](https://godoc.org/github.com/exoscale/egoscale?importers)
|
||
|
|
||
|
## License
|
||
|
|
||
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
||
|
may not use this file except in compliance with the License. You may
|
||
|
obtain a copy of the License at
|
||
|
http://www.apache.org/licenses/LICENSE-2.0
|