mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Implement sync behavior for controllers.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user