| Giorgi Lekveishvili | 106a935 | 2023-12-04 11:20:11 +0400 | [diff] [blame^] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "properties": { | ||||
| 4 | "Volume": { | ||||
| 5 | "type": "object", | ||||
| 6 | "properties": { | ||||
| 7 | "ClaimName": { "type": "string" }, | ||||
| 8 | "MountPath": { "type": "string" } | ||||
| 9 | }, | ||||
| 10 | "additionalProperties": false | ||||
| 11 | } | ||||
| 12 | }, | ||||
| 13 | "additionalProperties": false | ||||
| 14 | } | ||||