PVCVolumeResources¶
- pydantic model controller.config.PVCVolumeResources¶
Resources for a persistent volume claim.
- Parameters:
data (
Any
)
Show JSON schema
{ "title": "PVCVolumeResources", "description": "Resources for a persistent volume claim.", "type": "object", "properties": { "requests": { "additionalProperties": { "type": "string" }, "title": "Resource requests", "type": "object" } }, "additionalProperties": false, "required": [ "requests" ] }
- Fields:
- field requests: dict[str, str] [Required]¶