EndpointMatcherArgs

data class EndpointMatcherArgs(val metadataLabelMatcher: Output<MetadataLabelMatcherArgs>? = null) : ConvertibleToJava<EndpointMatcherArgs>

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

Constructors

Link copied to clipboard
constructor(metadataLabelMatcher: Output<MetadataLabelMatcherArgs>? = null)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): EndpointMatcherArgs