Class EndpointMatcher (0.5.10)

EndpointMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A definition of a matcher that selects endpoints to which the policies should be applied.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
metadata_label_matcher google.cloud.network_services_v1.types.EndpointMatcher.MetadataLabelMatcher
The matcher is based on node metadata presented by xDS clients. This field is a member of oneof_ matcher_type.

Classes

MetadataLabelMatcher

MetadataLabelMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The matcher that is based on node metadata presented by xDS clients.