GoogleApi.NetworkServices.V1.Model.EndpointMatcher (google_api_network_services v0.11.0)
View SourceA definition of a matcher that selects endpoints to which the policies should be applied.
Attributes
-
metadataLabelMatcher
(type:GoogleApi.NetworkServices.V1.Model.EndpointMatcherMetadataLabelMatcher.t
, default:nil
) - The matcher is based on node metadata presented by xDS clients.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.EndpointMatcher{ metadataLabelMatcher: GoogleApi.NetworkServices.V1.Model.EndpointMatcherMetadataLabelMatcher.t() | nil }