MCPcopy
hub / github.com/istio/istio / mockMeshConfigHolder

Struct mockMeshConfigHolder

pilot/pkg/serviceregistry/aggregate/controller_test.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type mockMeshConfigHolder struct {
37 trustDomainAliases []string
38}
39
40func (mh mockMeshConfigHolder) Mesh() *meshconfig.MeshConfig {
41 return &meshconfig.MeshConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected