cldkctl_k8s_secrets
Retrieve Kubernetes secrets by specifying the project ID and namespace using the MCP cldkctl Server for streamlined access to key configurations.
Instructions
Call the cldkctl_k8s_secrets 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"
}