1. 02 Nov, 2016 1 commit
    • Justin Santa Barbara's avatar
      AWS: strong-typing for k8s vs aws volume ids · 3cdbfc98
      Justin Santa Barbara authored
      We are more liberal in what we accept as a volume id in k8s, and indeed
      we ourselves generate names that look like `aws://<zone>/<id>` for
      dynamic volumes.
      
      This volume id (hereafter a KubernetesVolumeID) cannot directly be
      compared to an AWS volume ID (hereafter an awsVolumeID).
      
      We introduce types for each, to prevent accidental comparison or
      confusion.
      
      Issue #35746
      3cdbfc98
  2. 30 Oct, 2016 22 commits
  3. 29 Oct, 2016 17 commits