Skip to content

Commit eda9123

Browse files
committed
Update readme
1 parent c5e3d37 commit eda9123

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ The status will include:
147147
- Git information (branch, commit, last checked time)
148148
- Deployment details (image, runtime, build time, deployer)
149149
- Middleware status (current and available versions, auto-update settings, pending rebuild status)
150+
- Service status (URL and readiness)
150151

151152
## Advanced Use Cases
152153

@@ -325,6 +326,8 @@ make lint
325326
| `middleware.autoUpdate.source` | string | Source of the autoUpdate setting ("function" or "operator") |
326327
| `middleware.pendingRebuild` | boolean | Whether a rebuild is pending due to outdated middleware |
327328
| `middleware.lastRebuild` | timestamp | Last time the function was rebuilt for middleware updates |
329+
| `service.url` | string | URL of the function's service |
330+
| `service.ready` | string | Whether the function's service is ready (e.g., "true", "false", "UNKNOWN") |
328331

329332
#### Status Conditions
330333

0 commit comments

Comments
 (0)