Validate volume paths do not have ':'

This commit is contained in:
Tim Hockin
2016-02-29 13:22:45 -08:00
parent d1d036391a
commit 56be551416
10 changed files with 14 additions and 10 deletions

View File

@@ -1965,7 +1965,7 @@
},
"mountPath": {
"type": "string",
"description": "Path within the container at which the volume should be mounted."
"description": "Path within the container at which the volume should be mounted. Must not contain ':'."
}
}
},

View File

@@ -6293,7 +6293,7 @@
},
"mountPath": {
"type": "string",
"description": "Path within the container at which the volume should be mounted."
"description": "Path within the container at which the volume should be mounted. Must not contain ':'."
}
}
},

View File

@@ -16826,7 +16826,7 @@
},
"mountPath": {
"type": "string",
"description": "Path within the container at which the volume should be mounted."
"description": "Path within the container at which the volume should be mounted. Must not contain ':'."
}
}
},