From f0e977d4463d285174563a2bbebfb7d2c859efad Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Mon, 6 Oct 2025 12:05:54 +0200 Subject: [PATCH] chore(docs): added missing tools to README.md (make update-readme-tools) Signed-off-by: Marc Nuri --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 303a426a..2f59562f 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,8 @@ The following sets of tools are available (all on by default): config +- **configuration_contexts_list** - List all available context names and associated server urls from the kubeconfig file + - **configuration_view** - Get the current Kubernetes configuration content as a kubeconfig YAML - `minified` (`boolean`) - Return a minified version of the configuration. If set to true, keeps only the current-context and the relevant pieces of the configuration for that context. If set to false, all contexts, clusters, auth-infos, and users are returned in the configuration. (Optional, default true)