Michal Rostecki
59ca5986dd
Print/log pointers of structs with %#v instead of %+v
...
There are many places in k8s where %+v is used to format a pointer
to struct, which isn't working as expected.
Fixes #26591
2016-08-01 22:27:56 +02:00
Paul Morie
de4d193d45
Add note about space-shuttle code style in controller/volume
2016-07-30 14:29:25 -04:00
Paul Morie
8a1baa4d64
Revert "controller/volume: simplify sync logic in syncUnboundClaim"
...
This reverts commit 9eb2831954 .
2016-07-30 14:00:25 -04:00
Paul Morie
a6d0dc0529
Revert "controller/volume: simplify sync logic in syncBoundClaim"
...
This reverts commit 67787caeeb .
2016-07-30 14:00:09 -04:00
Matt T. Proud
5c6292c074
pkg/various: plug leaky time.New{Timer,Ticker}s
...
According to the documentation for Go package time, `time.Ticker` and
`time.Timer` are uncollectable by garbage collector finalizers. They
leak until otherwise stopped. This commit ensures that all remaining
instances are stopped upon departure from their relative scopes.
2016-07-26 06:20:31 +02:00
k8s-merge-robot
696cca21e2
Merge pull request #28813 from xiang90/pv_1
...
Automatic merge from submit-queue
controller/volume: simplify sync logic in syncBoundClaim
Remove all unnecessary branchings.
2016-07-23 00:51:49 -07:00
Xiang Li
67787caeeb
controller/volume: simplify sync logic in syncBoundClaim
2016-07-11 19:36:36 -07:00
Xiang Li
9eb2831954
controller/volume: simplify sync logic in syncUnboundClaim
2016-07-11 19:22:14 -07:00
bin liu
426fdc431a
Merge branch 'master' into fix-typos
2016-07-04 11:20:47 +08:00
saadali
0dd17fff22
Reorganize volume controllers and manager
2016-07-01 18:50:25 -07:00