You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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
+
268
289
269
290
270
291
#### EnvVar
@@ -1923,6 +1944,8 @@ _Appears in:_
1923
1944
|`phase`_[VirtualMCPServerPhase](#virtualmcpserverphase)_| Phase is the current phase of the VirtualMCPServer | Pending | Enum: [Pending Ready Degraded Failed] <br /> |
1924
1945
|`message`_string_| Message provides additional information about the current phase |||
1925
1946
|`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 |||
0 commit comments