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

lib v2.0.0

Compare
Choose a tag to compare
@wongma7 wongma7 released this 29 Mar 22:08
· 1520 commits to master since this release

Compatible with kubernetes v1.5.x, v1.6.x
Requires client-go 7615377
Requires apimachinery c1c4a7f

  • Add compatibility with kubernetes v1.6.x: StorageClass GA objects, storageClassName attribute on PVs/PVCs
  • Check for 1.5's annStorageProvisioner, not annDynamicallyProvisioned
  • Added one more event for PVC when provisioning volume. (#27)
  • Move DefaultLeaseDuration... parameters to controller pkg and flesh out code doc comments (52ebca0)