GoogleApi.NetworkServices.V1.Model.EndpointMatcher (google_api_network_services v0.11.0)

View Source

A 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

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.EndpointMatcher{
  metadataLabelMatcher:
    GoogleApi.NetworkServices.V1.Model.EndpointMatcherMetadataLabelMatcher.t()
    | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.