Common tap extension configuration
Common configuration for all tap extensions.
admin_config
(config.common.tap.v2alpha.AdminConfig) If specified, the tap filter will be configured via an admin handler.
static_config
() If specified, the tap filter will be configured via a static configuration that cannot be changed.
Precisely one of admin_config, must be set.
config.common.tap.v2alpha.AdminConfig
Configuration for the admin handler. See for more information.
config_id
(string, REQUIRED) Opaque configuration ID. When requests are made to the admin handler, the passed opaque ID is matched to the configured filter opaque ID to determine which filter to configure.