Module: Google::Cloud::NetworkServices::V1::EndpointMatcher::MetadataLabelMatcher::MetadataLabelMatchCriteria
- Defined in:
- proto_docs/google/cloud/networkservices/v1/common.rb
Overview
Possible criteria values that define logic of how matching is made.
Constant Summary collapse
- METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED =
Default value. Should not be used.
0
- MATCH_ANY =
At least one of the Labels specified in the matcher should match the metadata presented by xDS client.
1
- MATCH_ALL =
The metadata presented by the xDS client should contain all of the labels specified here.
2