MCPcopy
hub / github.com/istio/istio / authzFakeStore

Struct authzFakeStore

pilot/pkg/model/authorization_test.go:510–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510type authzFakeStore struct {
511 data []struct {
512 typ config.GroupVersionKind
513 ns string
514 cfg config.Config
515 }
516}
517
518func (fs *authzFakeStore) add(cfg config.Config) {
519 fs.data = append(fs.data, struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected