get_daemonsets
Retrieve all DaemonSets in a specified Kubernetes namespace using the MCP Kubernetes Server. Simplify cluster management by querying and organizing critical workload configurations.
Instructions
Get all daemonsets in the specified namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | default |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"default": "default",
"title": "Namespace",
"type": "string"
}
},
"title": "get_daemonsetsArguments",
"type": "object"
}