package
1.2.0
Repository: https://github.com/open-policy-agent/opa.git
Documentation: pkg.go.dev

# Functions

Factories provides a set of factory functions to use for instantiating custom plugins.
Lookup returns the discovery plugin registered with the manager.
Metrics provides a metrics provider to pass to plugins.
New returns a new discovery plugin.
NewConfigBuilder returns a new ConfigBuilder to build and parse the discovery config.
ParseConfig returns a valid Config object with defaults injected.

# Constants

Name is the discovery plugin name that will be registered with the plugin manager.

# Structs

Config represents the configuration for the discovery feature.
ConfigBuilder assists in the construction of the plugin configuration.
Discovery implements configuration discovery for OPA.