MCPcopy
hub / github.com/open-policy-agent/gatekeeper / Driver

Struct Driver

pkg/drivers/k8scel/driver.go:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58)
59
60type Driver struct {
61 mux sync.RWMutex
62 validators map[string]*validatorWrapper
63 gatherStats bool
64}
65
66type validatorWrapper struct {
67 validator validating.Validator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected