Class MetadataLabelMatchCriteria (0.5.12)

MetadataLabelMatchCriteria(value)

Possible criteria values that define logic of how matching is made.

Enums

Name Description
METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED Default value. Should not be used.
MATCH_ANY At least one of the Labels specified in the matcher should match the metadata presented by xDS client.
MATCH_ALL The metadata presented by the xDS client should contain all of the labels specified here.