We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9b970 commit ecdcba8Copy full SHA for ecdcba8
1 file changed
README.md
@@ -128,10 +128,18 @@ spec:
128
129
### Check Function Status
130
131
-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`.
132
+
133
+Get an overview of all functions including their middleware version and pending rebuild status:
134
135
+```bash
136
+kubectl get func
137
+```
138
139
+View the full status of a specific function:
140
141
```bash
-kubectl get function my-function -o yaml
142
+kubectl get func my-function -o yaml
143
```
144
145
The status will include:
0 commit comments