|
|
|
@@ -1217,8 +1217,8 @@ type Volumes struct { |
|
|
|
|
|
|
|
type Nfs struct { |
|
|
|
ID string `json:"id"` |
|
|
|
SourcePath string `json:"src_path"` |
|
|
|
DestPath string `json:"dest_path"` |
|
|
|
SourcePath string `json:"nfs_server_path"` |
|
|
|
DestPath string `json:"local_path"` |
|
|
|
ReadOnly bool `json:"read_only"` |
|
|
|
} |
|
|
|
|
|
|
|
|