EndpointMatcherArgs

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

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

Constructors

Link copied to clipboard
fun EndpointMatcherArgs(metadataLabelMatcher: Output<EndpointMatcherMetadataLabelMatcherArgs>? = null)

Functions

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

Properties

Link copied to clipboard

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