chore(docs): added missing tools to README.md (make update-readme-tools) (#358)

Signed-off-by: Marc Nuri <marc@marcnuri.com>
This commit is contained in:
Marc Nuri
2025-10-07 11:42:19 +02:00
committed by GitHub
parent 028c6b08c2
commit 61eaecc38f

View File

@@ -213,6 +213,8 @@ The following sets of tools are available (all on by default):
<summary>config</summary>
- **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)