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

Method AddData

pkg/gator/client.go:25–25  ·  view source on GitHub ↗

AddData adds the state of the cluster. For use in referential Constraints.

(ctx context.Context, data interface{})

Source from the content-addressed store, hash-verified

23
24 // AddData adds the state of the cluster. For use in referential Constraints.
25 AddData(ctx context.Context, data interface{}) (*types.Responses, error)
26
27 // RemoveData removes objects from the state of the cluster. For use in
28 // referential constraints.

Callers 3

TestFunction · 0.95
addInventoryMethod · 0.65
runBenchmarkFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestFunction · 0.76