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.
- Host: GitHub
- URL: https://github.com/dcos/client-go
- Owner: dcos
- Created: 2017-12-04T13:11:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T11:21:16.000Z (almost 5 years ago)
- Last Synced: 2024-06-18T21:35:27.506Z (almost 2 years ago)
- Topics: dcos, dcos-testing-guild
- Language: Go
- Homepage: https://godoc.org/github.com/dcos/client-go/dcos
- Size: 594 KB
- Stars: 7
- Watchers: 37
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DC/OS: Go Client
[](https://godoc.org/github.com/dcos/client-go/dcos) [](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).