An open API service indexing awesome lists of open source software.

https://github.com/dcos/client-go

DC/OS Client for Go.
https://github.com/dcos/client-go

dcos dcos-testing-guild

Last synced: about 1 year ago
JSON representation

DC/OS Client for Go.

Awesome Lists containing this project

README

          

# DC/OS: Go Client

[![GoDoc](https://godoc.org/github.com/dcos/client-go/dcos?status.svg)](https://godoc.org/github.com/dcos/client-go/dcos) [![Build Status](https://travis-ci.org/dcos/client-go.svg?branch=master)](https://travis-ci.org/dcos/client-go)

**⚠️ This project is still experimental and shouldn't be used in production yet. ⚠️**

dcos-client-go is a library accessing the DC/OS API to provide clients for cluster operators. A working and up-to-date example using the clients is available in the file `example.go`.

## Usage examples

Usage examples for the different DC/OS components can be found in the [examples section](examples).