configmap_delete
Remove a ConfigMap from a specified Kubernetes namespace using this tool. Input the context name, namespace, and ConfigMap name to manage resource cleanup efficiently.
Instructions
Delete a ConfigMap from the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ConfigMap name
Returns: Status of the deletion operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |