This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
lib v2.1.0
Compatible with kubernetes v1.5.x, v1.6.x
Requires client-go 7615377
Requires apimachinery c1c4a7f
- Add
failedDeletionRetryThreshold
for external-storage controller. (#75)- For
Delete
; behaves similar tofailedRetryThreshold
forProvision
. Set not via a parameter toNewProvisionController
, but via the new functionSetFailedDeletionRetryThreshold
.
- For
- Please see #77 for planned v3.0.0 refactors:
- Make
NewProvisionController
more scalable, i.e. allow us to expose parameters without having to break the API - Make parameter configuration optional
- Make parameter configuration consistent
- Make