-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make replication controller synchronizations independent. #618
Conversation
LGTM |
Unsafe mock? |
} | ||
wait.Done() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean wait.Wait() here.
YMMV, but I prefer the name "wg" for waitgroups.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done and done.
Not unsafe mock, unsafe code ;) |
Fixed. (this is the biggest gotcha of go routing programming as far as I can tell. I'm way to used to better scope binding than this. If they can do it correctly in Scheme, why can't they do it correctly in go?) |
LGTM. This is gonna really pound apiserver periodically... may eventually want to spread out the syncing a little... Actually, nvm, when I get watch working reliably there'll be no need for this periodic sync. |
Make replication controller synchronizations independent.
Add events endpoint to v2.0.
…-aliyun-cloud-provider rebase aliyun cloud provider to 1.3.3
…-aliyun-cloud-provider rebase aliyun cloud provider to 1.3.3
Address Doc Feedback
…ed_master Tolerate flannel running on master nodes
No description provided.