cldkctl_create_crd
Create custom resource definitions (CRDs) by invoking the cldkctl_create_crd endpoint on the MCP cldkctl Server, enabling simplified resource management across compatible clients.
Instructions
Call the cldkctl_create_crd endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
crd_data | Yes | CRD data |
Input Schema (JSON Schema)
{
"properties": {
"crd_data": {
"description": "CRD data",
"type": "object"
}
},
"required": [
"crd_data"
],
"type": "object"
}