service_update
Update labels on an existing Kubernetes Service in a specified namespace and context.
Instructions
Update an existing Service's metadata (e.g., labels).
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Service name labels: New labels to apply to the Service
Returns: Status of the update operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | Yes | ||
| namespace | Yes | ||
| context_name | Yes |