Updating documentation for release
Moving godoc reference button changing casing of top title
This commit is contained in:
parent
8e7d7b72d4
commit
bf890bf9b0
5 changed files with 48 additions and 40 deletions
13
README.md
13
README.md
|
@ -1,4 +1,4 @@
|
|||
# GoRealis
|
||||
# gorealis [](https://godoc.org/github.com/rdelval/gorealis)
|
||||
|
||||
Go library for communicating with Apache Aurora.
|
||||
Named after the northern lights (Aurora Borealis).
|
||||
|
@ -118,17 +118,6 @@ updateJob.Ram(128)
|
|||
msg, err := r.UpdateJob(updateJob, "")
|
||||
```
|
||||
|
||||
### Methods:
|
||||
|
||||
|Method | Arguments | Description|
|
||||
|----------|------------|------------|
|
||||
|CreateJob | `*Job` | Sends a job create request to Apache Aurora |
|
||||
|KillJob | `*aurora.JobKey` | Attempts to kill all active instances running in Aurora. Only needs environment, role, name |
|
||||
|RestartJob| `*aurora.JobKey` | Attempts to restart all active instances running in Aurora |
|
||||
|AddInstances|`*aurora.InstanceKey`, `int32`| Launches the specified number of new instances based on existing job config |
|
||||
|StartUpdateJob|`*UpdateJob`, `string`| Updates a service job with a new configuration |
|
||||
|AbortUpdateJob|`*aurora.Jobkey`, `string`, `string`| Abort the job update that matches the ID |
|
||||
|
||||
## To Do
|
||||
* Create or import a custom transport that uses https://github.com/jmcvetta/napping to improve efficiency
|
||||
* Allow library to use ZK to find the master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue