k8s-pilot

by bourbonkk

configmap_list

Retrieve all ConfigMaps within a specified Kubernetes namespace using this tool, enabling efficient resource management and oversight across clusters.

Instructions

List all ConfigMaps in a given namespace.

Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace

Returns: List of ConfigMap basic information

Input Schema

NameRequiredDescriptionDefault
context_nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" } }, "required": [ "context_name", "namespace" ], "title": "configmap_listArguments", "type": "object" }
ID: varavj97rf