kubernetes/pkg/controller/volume/expand
Jan Safranek e054dd297a Fix panic in expand controller when checking PVs
Unbound PVs have their Spec.ClaimRef = nil, so we should not dereference it blindly.

In addition, increase AddPVCUpdate test coverage to 100%
2017-09-06 13:27:10 +02:00
..
cache Fix panic in expand controller when checking PVs 2017-09-06 13:27:10 +02:00
util Implement controller for resizing volumes 2017-09-04 09:02:34 +02:00
BUILD Implement controller for resizing volumes 2017-09-04 09:02:34 +02:00
expand_controller.go Implement controller for resizing volumes 2017-09-04 09:02:34 +02:00
OWNERS Implement controller for resizing volumes 2017-09-04 09:02:34 +02:00
pvc_populator.go Implement controller for resizing volumes 2017-09-04 09:02:34 +02:00
sync_volume_resize.go Implement controller for resizing volumes 2017-09-04 09:02:34 +02:00