kubernetes/pkg/controller/volume/persistentvolume
Jan Safranek 195d5c1546 Fix handling of APIserver errors when saving provisioned PVs.
When API server crashes *after* saving a provisioned PV and before sending
200 OK, the controller tries to save the PV again. In this case, it gets
AlreadyExists error, which should be interpreted as success and not as error.

Especially, a volume that corresponds to the PV should not be deleted in the
underlying storage.
2017-08-29 09:47:32 +02:00
..
options Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
binder_test.go run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles 2017-06-22 11:30:52 -07:00
BUILD Fix handling of APIserver errors when saving provisioned PVs. 2017-08-29 09:47:32 +02:00
delete_test.go run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles 2017-06-22 11:30:52 -07:00
framework_test.go Adding dynamic Flexvolume plugin discovery capability, using filesystem watch. 2017-08-25 11:42:32 -07:00
index.go run hack/update-all 2017-06-22 11:31:03 -07:00
index_test.go Move pkg/api/v1/ref -> client-go/tools/reference 2017-07-18 22:45:43 +02:00
OWNERS Update OWNERS approvers and reviewers: pkg/controller 2016-11-02 16:19:18 -07:00
provision_test.go Fix handling of APIserver errors when saving provisioned PVs. 2017-08-29 09:47:32 +02:00
pv_controller.go Fix handling of APIserver errors when saving provisioned PVs. 2017-08-29 09:47:32 +02:00
pv_controller_base.go Adding dynamic Flexvolume plugin discovery capability, using filesystem watch. 2017-08-25 11:42:32 -07:00
pv_controller_test.go Merge pull request #49016 from jsafrane/pv-controller-no-resync 2017-08-01 16:39:40 -07:00
recycle_test.go run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles 2017-06-22 11:30:52 -07:00
volume_host.go Add pluginName to VolumeHost.GetMouter 2017-08-14 12:16:26 +02:00