Skip to content

Commit ecdcba8

Browse files
authored
Update docs with short name (#100)
1 parent 5c9b970 commit ecdcba8

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,18 @@ spec:
128128

129129
### Check Function Status
130130

131-
View the middleware status of your function:
131+
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:
132140

133141
```bash
134-
kubectl get function my-function -o yaml
142+
kubectl get func my-function -o yaml
135143
```
136144

137145
The status will include:

0 commit comments

Comments
 (0)