We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f098 commit 56e6211Copy full SHA for 56e6211
1 file changed
README.md
@@ -138,8 +138,6 @@ kubectl get function my-function -o yaml
138
139
The status will include:
140
- Function name and runtime
141
-- Deployed image reference
142
-- Middleware version
143
- Deployment conditions
144
145
## Development
@@ -228,8 +226,6 @@ make lint
228
226
|-------|------|-------------|
229
227
| `name` | string | Function name from metadata |
230
| `runtime` | string | Detected function runtime |
231
-| `deployedImage` | string | Full image reference of deployed function |
232
-| `middlewareVersion` | string | Version of function middleware |
233
| `conditions` | array | Status conditions |
234
235
## Uninstallation
0 commit comments