kubernetes/pkg/controller/persistentvolume
k8s-merge-robot da7d3c189a Merge pull request #25869 from jsafrane/devel/operation-logs
Automatic merge from submit-queue

volume controller: use better operation names

Using volume/claim.UID in the operation name is not really useful, as UIDs are not logged by rest of the controller. On the other hand, volume.Name and claim.Namespace/Name is logged pretty often and it would help to log these also in operation name. Still, I'd prefer to have the operation name really unique to be protected from users deleting a volume and quickly creating another one with the same name, so UID is still part of the operation name.

This has been already proven to be very useful in controller debugging.
2016-05-25 17:58:07 -07:00
..
options Retry recycle or delete operation on failure. 2016-02-05 17:02:13 +01:00
binder_test.go Big move and rename 2016-05-18 10:06:51 +02:00
controller_base.go volume controller: Fix method name in a log message 2016-05-19 12:54:17 +02:00
controller_test.go Add some extra checking in the tests to prevent flakes. 2016-05-23 16:25:02 -07:00
controller.go Merge pull request #25869 from jsafrane/devel/operation-logs 2016-05-25 17:58:07 -07:00
delete_test.go Big move and rename 2016-05-18 10:06:51 +02:00
framework_test.go volume recycler: Don't start a new recycler pod if one already exists. 2016-05-19 12:58:25 +02:00
index_test.go Big move and rename 2016-05-18 10:06:51 +02:00
index.go Big move and rename 2016-05-18 10:06:51 +02:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
provision_test.go Generate shorter provisioned PV names. 2016-05-18 10:06:51 +02:00
recycle_test.go Big move and rename 2016-05-18 10:06:51 +02:00
volume_host.go Big move and rename 2016-05-18 10:06:51 +02:00