| { | |
| "type": "object", | |
| "properties": { | |
| "Volume": { | |
| "type": "object", | |
| "properties": { | |
| "ClaimName": { "type": "string" }, | |
| "MountPath": { "type": "string" } | |
| }, | |
| "additionalProperties": false | |
| }, | |
| "APIConfigMapName": { "type": "string" } | |
| }, | |
| "additionalProperties": false | |
| } |