Tomas Smetana
a02ee64d00
Fix issue #37377 : Report an event on successful PVC provisioning
...
cc: @jsafrane
2016-11-30 10:27:22 +01:00
Chao Xu
7eeb71f698
cmd/kube-controller-manager
2016-11-23 15:53:09 -08:00
Jan Safranek
2224e80dd7
Fix race when two provisioner create two PVs for a single claim.
2016-11-03 16:58:25 +01:00
Jan Safranek
18de83c641
Implement external provisioning proposal
...
In other words, add "provisioned-by" annotation to all PVCs
that should be provisioned dynamically.
2016-11-02 14:13:34 +01:00
Scott Creeley
86f1a94be5
Adding default StorageClass annotation printout for resource_printer
2016-10-19 10:59:07 -04:00
Jan Safranek
101602ab11
Pass whole PVC to provisioner plugin
...
Gluster provisioner is interested in pvc.Namespace and I don't want to add
at as a new field in VolumeOptions - it would contain almost whole PVC.
Let's pass direct reference to PVC instead and let the provisioner to pick
information it is interested in.
2016-10-12 12:22:01 +02:00
Jan Safranek
5ff1597cf9
Rename controller*.go to pv_controller*.go
...
To make log filtering easier. controller.go is used by several controllers and
matching logs for "pv_controller.*" is much better.
2016-09-26 12:26:58 +02:00