Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/istio/istio
/ Client
Struct
Client
pkg/test/loadbalancersim/mesh/client.go:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
Client
struct
{
31
mesh *Instance
32
s ClientSettings
33
}
34
35
func
(c *Client) Mesh() *Instance {
36
return
c.mesh
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected