deployment_get
Retrieve detailed information about a specific Kubernetes Deployment by providing context name, namespace, and deployment name. Streamlines resource management in multi-cluster environments.
Instructions
Get details of a specific Deployment.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Deployment name
Returns: Detailed information about the Deployment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |