From 51e31897bc073a1e19eab1e8f491922380b2635d Mon Sep 17 00:00:00 2001 From: Peter Matseykanets Date: Tue, 15 Jul 2025 10:24:31 -0400 Subject: [PATCH] Describe the use of kubectl explain --- docs/api/workflows/kubeconfigs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/workflows/kubeconfigs.md b/docs/api/workflows/kubeconfigs.md index 9e6a4f0e024..eab685fa2ab 100644 --- a/docs/api/workflows/kubeconfigs.md +++ b/docs/api/workflows/kubeconfigs.md @@ -13,6 +13,7 @@ Kubeconfig is a Rancher resource `kubeconfigs.ext.cattle.io` that allows generat ```sh kubectl api-resources --api-group=ext.cattle.io ``` +To get the structure and a description of fields of the Kubeconfig resource: ```sh kubectl explain kubeconfigs.ext.cattle.io