cldkctl_create_pvc
Create Persistent Volume Claims (PVC) by submitting PVC data using the cldkctl CLI functionality on the MCP cldkctl Server.
Instructions
Call the cldkctl_create_pvc endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pvc_data | Yes | Persistent Volume Claim data |
Input Schema (JSON Schema)
{
"properties": {
"pvc_data": {
"description": "Persistent Volume Claim data",
"type": "object"
}
},
"required": [
"pvc_data"
],
"type": "object"
}