shreemaan-abhishek commented on code in PR #11111:
URL: https://github.com/apache/apisix/pull/11111#discussion_r1569077845


##########
docs/en/latest/discovery/kubernetes.md:
##########
@@ -351,3 +351,55 @@ A: Assume your 
[_ServiceAccount_](https://kubernetes.io/docs/tasks/configure-pod
  ```shell
  kubectl -n apisix get secret kubernetes-discovery-token-c64cv -o 
jsonpath={.data.token} | base64 -d
  ```
+
+## Debugging API
+
+It also offers control api for debugging.
+
+### Memory Dump API
+
+```shell
+GET /v1/discovery/kubernetes/dump
+```
+
+For example:

Review Comment:
   oh sorry, I was suggesting a change:
   ```suggestion
   Which will yield the following response:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to