Skip to content

Commit

Permalink
Fix property type of mountTargets in NetApp (#8804)
Browse files Browse the repository at this point in the history
* fix property type of mountTargets in NetApp

* Update code

* Update code
  • Loading branch information
Neil Ye authored Mar 26, 2020
1 parent c23ee60 commit 60c73eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@
"type": "array",
"description": "List of mount targets",
"items": {
"$ref": "#/definitions/mountTargetList"
"$ref": "#/definitions/mountTarget"
}
},
"volumeType": {
Expand Down

0 comments on commit 60c73eb

Please sign in to comment.