Skip to content

Commit b0e7720

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.59 (#302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af91bf1 commit b0e7720

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

static/api-specs/toolhive-crd-api.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,27 @@ _Appears in:_
265265
| `priorityOrder` _string array_ | PriorityOrder defines the workload priority order for the "priority" strategy | | |
266266

267267

268+
#### DiscoveredBackend
269+
270+
271+
272+
DiscoveredBackend represents a discovered backend MCPServer in the MCPGroup
273+
274+
275+
276+
_Appears in:_
277+
- [VirtualMCPServerStatus](#virtualmcpserverstatus)
278+
279+
| Field | Description | Default | Validation |
280+
| --- | --- | --- | --- |
281+
| `name` _string_ | Name is the name of the backend MCPServer | | |
282+
| `authConfigRef` _string_ | AuthConfigRef is the name of the discovered MCPExternalAuthConfig (if any) | | |
283+
| `authType` _string_ | AuthType is the type of authentication configured | | |
284+
| `status` _string_ | Status is the current status of the backend (ready, degraded, unavailable) | | |
285+
| `lastHealthCheck` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#time-v1-meta)_ | LastHealthCheck is the timestamp of the last health check | | |
286+
| `url` _string_ | URL is the URL of the backend MCPServer | | |
287+
288+
268289

269290

270291
#### EnvVar
@@ -1923,6 +1944,8 @@ _Appears in:_
19231944
| `phase` _[VirtualMCPServerPhase](#virtualmcpserverphase)_ | Phase is the current phase of the VirtualMCPServer | Pending | Enum: [Pending Ready Degraded Failed] <br /> |
19241945
| `message` _string_ | Message provides additional information about the current phase | | |
19251946
| `url` _string_ | URL is the URL where the Virtual MCP server can be accessed | | |
1947+
| `discoveredBackends` _[DiscoveredBackend](#discoveredbackend) array_ | DiscoveredBackends lists discovered backend configurations from the MCPGroup | | |
1948+
| `backendCount` _integer_ | BackendCount is the number of discovered backends | | |
19261949

19271950

19281951
#### Volume

0 commit comments

Comments
 (0)