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

@@ -1634,6 +1634,10 @@ type CSIPersistentVolumeSource struct {
// Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
// +optional
FSType string
// Attributes of the volume to publish.
// +optional
VolumeAttributes map[string]string
}
// ContainerPort represents a network port in a single container