From 04b8b09c6a6e1d27287b2e92bcf3b6f71dd50c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Mon, 27 Apr 2026 17:15:19 +0200 Subject: [PATCH] Update docs with short name --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d53cf30..b01f676 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,18 @@ spec: ### Check Function Status -View the middleware status of your function: +The Function CRD has the short name `func`, so you can use `kubectl get func` instead of `kubectl get function`. + +Get an overview of all functions including their middleware version and pending rebuild status: + +```bash +kubectl get func +``` + +View the full status of a specific function: ```bash -kubectl get function my-function -o yaml +kubectl get func my-function -o yaml ``` The status will include: