Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

lib v2.1.0

Compare
Choose a tag to compare
@wongma7 wongma7 released this 24 Apr 19:57
· 1470 commits to master since this release

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 to failedRetryThreshold for Provision. Set not via a parameter to NewProvisionController, but via the new function SetFailedDeletionRetryThreshold.
  • 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