Version 2 of a Go library for interacting with the Aurora Scheduler
Find a file
2020-05-05 20:47:15 -07:00
.aurora-config Adding a shiro.ini configuration in order to test bad password using compose setup. 2018-12-18 12:37:50 -08:00
docs Continous integration through Travis CI (#71) 2018-08-13 20:09:25 -07:00
examples Add a few items to gitignore. Change few missed dependencies to point to aurora-scheduler repository. (#3) 2020-02-19 12:01:02 -08:00
gen-go/apache/aurora Upgrading to Thrift 0.13.1. This version is a fork of 0.13.0 with a patch on top of it to fix an issue where trying a realis call after the connection has been closed results in a panic. 2020-05-05 20:45:17 -07:00
response Add a few items to gitignore. Change few missed dependencies to point to aurora-scheduler repository. (#3) 2020-02-19 12:01:02 -08:00
vendor/github.com V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
.auroraversion Updating Aurora compatibility in anticipation of next release. 2018-10-04 18:46:27 -07:00
.gitattributes Adding Gopkg.lock to ignore from diff file for github. 2018-11-29 17:47:12 -08:00
.gitignore Add a few items to gitignore. Change few missed dependencies to point to aurora-scheduler repository. (#3) 2020-02-19 12:01:02 -08:00
.travis.yml Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
auroraAPI.thrift Upgrading to Thrift 0.13.1. This version is a fork of 0.13.0 with a patch on top of it to fix an issue where trying a realis call after the connection has been closed results in a panic. 2020-05-05 20:45:17 -07:00
clusters.go Moving cluster struct factory from realis to clusters. 2018-11-22 12:23:20 -08:00
clusters_test.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
container.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
docker-compose.yml Upgrading compose set up to Mesos 1.6.2 and Aurora 0.22.0. 2020-05-05 20:45:37 -07:00
errors.go Changing MonitorJobUpdate to use MOnitorJobUpdateStatus under the hood. 2019-09-25 17:20:30 -07:00
generateBindings.sh Upgrading to Thrift 0.13.1. This version is a fork of 0.13.0 with a patch on top of it to fix an issue where trying a realis call after the connection has been closed results in a panic. 2020-05-05 20:45:17 -07:00
go.mod Upgrading to Thrift 0.13.1. This version is a fork of 0.13.0 with a patch on top of it to fix an issue where trying a realis call after the connection has been closed results in a panic. 2020-05-05 20:45:17 -07:00
Gopkg.lock V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
Gopkg.toml V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
job.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
jobUpdate.go Adding support for using different update strategies. 2020-05-05 20:46:11 -07:00
LICENSE Public release of gorealis 2016-08-02 11:42:00 -07:00
logger.go Adding trace logging. 2019-09-25 17:20:30 -07:00
monitors.go Adding a monitor that is friendly with auto pause. 2020-05-05 20:47:15 -07:00
README.md Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
realis.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
realis_admin.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
realis_config.go Moving client configuration options from realis to its own sepearate file to make code more digestible. 2019-09-25 17:20:30 -07:00
realis_e2e_test.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
realis_test.go Renamed Aurora address validator to be less redudnant. Added tests cribbed from version 1. 2019-09-25 17:20:30 -07:00
retry.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
runTestsMac.sh Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
task.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
task_test.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00
thermos.go Initial support for Thermos and GPU resources. 2019-01-07 14:39:47 -08:00
thermos_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
util.go Adding a monitor that is friendly with auto pause. 2020-05-05 20:47:15 -07:00
util_test.go Adding a monitor that is friendly with auto pause. 2020-05-05 20:47:15 -07:00
zk.go Cleaning up error messages and some formatting. 2019-09-25 17:20:30 -07:00
zk_test.go Moving repository to aurora-scheduler organization. (#2) 2020-02-19 11:40:40 -08:00

gorealis GoDoc codecov

Go library for interacting with Aurora Scheduler.

Aurora version compatibility

Please see .auroraversion to see the latest Aurora version against which this library has been tested.

Usage

Projects using gorealis

Contributions

Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.