Add a few items to gitignore. Change few missed dependencies to point to aurora-scheduler repository.

This commit is contained in:
Renan DelValle 2020-02-19 11:59:03 -08:00
parent 02710e5434
commit 5dc052e265
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
5 changed files with 14 additions and 9 deletions

View file

@ -21,8 +21,8 @@ import (
"strings"
"time"
realis "github.com/paypal/gorealis/v2"
"github.com/paypal/gorealis/v2/gen-go/apache/aurora"
realis "github.com/aurora-scheduler/gorealis/v2"
"github.com/aurora-scheduler/gorealis/v2/gen-go/apache/aurora"
)
var cmd, executor, url, clustersConfig, clusterName, updateId, username, password, zkUrl, hostList, role string