Merge pull request #17650 from jsafrane/devel/cinder-format

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-01-20 22:18:25 -08:00
5 changed files with 5 additions and 157 deletions

View File

@@ -624,9 +624,8 @@ type RBDVolumeSource struct {
type CinderVolumeSource struct {
// Unique id of the volume used to identify the cinder volume
VolumeID string `json:"volumeID"`
// Required: Filesystem type to mount.
// Filesystem type to mount.
// Must be a filesystem type supported by the host operating system.
// Only ext3 and ext4 are allowed
FSType string `json:"fsType,omitempty"`
// Optional: Defaults to false (read/write). ReadOnly here will force
// the ReadOnly setting in VolumeMounts.