kubernetes/pkg/controller/volume/persistentvolume
Kubernetes Submit Queue 1def4a0458 Merge pull request #30690 from wongma7/claimref-capacity
Automatic merge from submit-queue

Don't bind pre-bound pvc & pv if size request not satisfied

as discussed briefly here https://github.com/kubernetes/kubernetes/pull/30522 , volume size ought to be verified before binding a pv & pvc regardless of what's in the pv's claimRef. @thockin
2016-08-21 16:02:14 -07:00
..
options
binder_test.go
controller.go Fix data race in PVC Run/Stop methods 2016-08-21 15:15:33 -04:00
controller_base.go Fix data race in PVC Run/Stop methods 2016-08-21 15:15:33 -04:00
controller_test.go Fix data race in PVC Run/Stop methods 2016-08-21 15:15:33 -04:00
delete_test.go
framework_test.go
index.go Merge pull request #30690 from wongma7/claimref-capacity 2016-08-21 16:02:14 -07:00
index_test.go Merge pull request #30690 from wongma7/claimref-capacity 2016-08-21 16:02:14 -07:00
OWNERS
provision_test.go
recycle_test.go
volume_host.go