Make CSI volume attributes first class

This commit is contained in:
Felipe Musse
2018-01-24 16:04:03 -02:00
parent c153aff99f
commit 5ff35681df
5 changed files with 10 additions and 80 deletions

View File

@@ -31,8 +31,7 @@ import (
)
const (
csiPluginName = "kubernetes.io/csi"
csiVolAttribsAnnotationKey = "csi.volume.kubernetes.io/volume-attributes"
csiPluginName = "kubernetes.io/csi"
// TODO (vladimirvivien) implement a more dynamic way to discover
// the unix domain socket path for each installed csi driver.