MCPcopy
hub / github.com/istio/istio / Holder

Interface Holder

pkg/config/mesh/watchers.go:33–35  ·  view source on GitHub ↗

Holder of a mesh configuration.

Source from the content-addressed store, hash-verified

31
32// Holder of a mesh configuration.
33type Holder interface {
34 Mesh() *v1alpha1.MeshConfig
35}
36
37// Watcher is a Holder whose mesh config can be updated asynchronously.
38type Watcher interface {

Callers 8

authenticateMethod · 0.65
authenticateMethod · 0.65
NewWebhookFunction · 0.65
TrustDomainMethod · 0.65

Implementers 6

mockMeshConfigHoldersecurity/pkg/server/ca/authenticate/ku
Clientpkg/test/loadbalancersim/mesh/client.g
adapterpkg/config/mesh/meshwatcher/mesh.go
Environmentpilot/pkg/model/context.go
mockMeshConfigHolderpilot/pkg/serviceregistry/aggregate/co
fuzzMeshConfigHoldertests/fuzz/aggregate_controller_fuzzer

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…