cldkctl_k8s_pods
Retrieve Kubernetes pod details by specifying project ID and namespace using the MCP cldkctl Server's endpoint for streamlined container management.
Instructions
Call the cldkctl_k8s_pods endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | Yes | Namespace | |
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"description": "Namespace",
"type": "string"
},
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"project_id",
"namespace"
],
"type": "object"
}