| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "properties": { | ||||
| Giorgi Lekveishvili | cced4c3 | 2023-12-08 08:56:40 +0400 | [diff] [blame] | 4 | "APIConfigMap": { |
| 5 | "type": "object", | ||||
| 6 | "properties": { | ||||
| 7 | "Name": { "type": "string" }, | ||||
| 8 | "Namespace": { "type": "string" } | ||||
| 9 | }, | ||||
| 10 | "additionalProperties": false | ||||
| 11 | } | ||||
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 12 | }, |
| 13 | "additionalProperties": false | ||||
| 14 | } | ||||