Navigation :
Concepts
Setting up Gloo Mesh Enterprise
Guides overview
Operations
Reference
-
API reference
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-- access_logging.proto
-- access_logging.proto
-- access_policy.proto
-- applied_policies.proto
-- ca_options.proto
-- certificate_request.proto
-- certificate_verification.proto
-- csrf.proto
-- dashboard.proto
-- destination.proto
-- extauth.proto
-- issued_certificate.proto
-- istio_installation.proto
-- istio_installation_instance.proto
-- keepalive.proto
-- mesh.proto
-- metrics.proto
-- networking_extensions.proto
-- pod_bounce_directive.proto
-- rate_limit.proto
-- rate_limit_client_config.proto
-- rate_limit_server_config.proto
-- request_matchers.proto
-- role.proto
-- route.proto
-- route_table.proto
-- selectors.proto
-- service_dependency.proto
-- settings.proto
-- status.proto
-- status.proto
-- string_match.proto
-- traffic_policy.proto
-- transformation.proto
-- vault_ca.proto
-- virtual_destination.proto
-- virtual_gateway.proto
-- virtual_host.proto
-- virtual_mesh.proto
-- wasm_deployment.proto
-- weighed_destination.proto
-- workload.proto
-- xds_config.proto
-
CLI reference
-
Helm value reference
- Registered ClusterRole Definition
-
Version reference
- Gloo Mesh Enterprise changelog
-
Gloo Mesh Security and CVE report
Support and services
Package : envoy.type.matcher.v3
Top
value.proto
Table of Contents
ListMatcher
ValueMatcher
Field
Type
Label
Description
nullMatch
envoy.type.matcher.v3.ValueMatcher.NullMatch
If specified, a match occurs if and only if the target value is a NullValue.
doubleMatch
envoy.type.matcher.v3.DoubleMatcher
If specified, a match occurs if and only if the target value is a double value and is matched to this field.
stringMatch
envoy.type.matcher.v3.StringMatcher
If specified, a match occurs if and only if the target value is a string value and is matched to this field.
boolMatch
bool
If specified, a match occurs if and only if the target value is a bool value and is equal to this field.
presentMatch
bool
If specified, value match will be performed based on whether the path is referring to a valid primitive value in the metadata. If the path is referring to a non-primitive value, the result is always not matched.
listMatch
envoy.type.matcher.v3.ListMatcher
If specified, a match occurs if and only if the target value is a list value and is matched to this field.
ValueMatcher.NullMatch