replicaset_get
Retrieve detailed information about a specific ReplicaSet in a Kubernetes cluster, including its current status and configuration.
Instructions
Get details of a specific ReplicaSet.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ReplicaSet name
Returns: Detailed information about the ReplicaSet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| namespace | Yes | ||
| context_name | Yes |