Home

xds.type.matcher.v3.ListStringMatcher

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.xds.type.matcher.v3.ListStringMatcher
.withPatterns([ types.xds.type.matcher.v3.StringMatcher ])
._validate()

Fields

Name Type One-of group Required Constraints
patterns [] xds.type.matcher.v3.StringMatcher yes  {"Repeated":{"min_items":1}}