package envoy.extensions.filters.common.dependency.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Dependency

dependency.proto:17

Dependency specification and string identifier.

Used in: FilterDependencies

enum Dependency.DependencyType

dependency.proto:18

Used in: Dependency

message FilterDependencies

dependency.proto:33

Dependency specification for a filter. For a filter chain to be valid, any dependency that is required must be provided by an earlier filter.

message MatchingRequirements

dependency.proto:53

Matching requirements for a filter. For a match tree to be used with a filter, the match requirements must be satisfied. This protobuf is provided by the filter implementation as a way to communicate the matching requirements to the filter factories, allowing for config rejection if the requirements are not satisfied.

message MatchingRequirements.DataInputAllowList

dependency.proto:54

Used in: MatchingRequirements