cldkctl_create_persistent_volume
Generate persistent volumes in Kubernetes clusters by submitting PV data through the MCP cldkctl Server, enabling storage resource management and allocation.
Instructions
Call the cldkctl_create_persistent_volume endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pv_data | Yes | Persistent Volume data |
Input Schema (JSON Schema)
{
"properties": {
"pv_data": {
"description": "Persistent Volume data",
"type": "object"
}
},
"required": [
"pv_data"
],
"type": "object"
}