add_namespace_label
Add or update a label on a Kubernetes namespace. Provide the context, namespace, label key, and value to apply the label.
Instructions
Add or update a label on a namespace.
Args: context_name: The Kubernetes context name namespace: The name of the namespace label_key: The label key to add label_value: The label value to set
Returns: JSON string containing the updated namespace labels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_key | Yes | ||
| namespace | Yes | ||
| label_value | Yes | ||
| context_name | Yes |