| 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 | ||||
| Giorgi Lekveishvili | 5c2c0b9 | 2023-12-07 17:35:40 +0400 | [diff] [blame^] | 11 | }, |
| 12 | "APIConfigMapName": { "type": "string" } | ||||
| Giorgi Lekveishvili | 106a935 | 2023-12-04 11:20:11 +0400 | [diff] [blame] | 13 | }, |
| 14 | "additionalProperties": false | ||||
| 15 | } | ||||