Implement sync behavior for controllers.

This commit is contained in:
Brendan Burns
2014-06-26 12:43:08 -07:00
parent ab308ad13a
commit a391b2ff03
4 changed files with 77 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ func (c *Client) Verb(verb string) *Request {
c: c,
path: "/api/v1beta1",
sync: true,
timeout: 10 * time.Second,
timeout: 20 * time.Second,
pollPeriod: 20 * time.Second,
}
}