Home

envoy.type.matcher.v3.RegexMatcher

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.envoy.type.matcher.v3.RegexMatcher
.withGoogleRe2(types.envoy.type.matcher.v3.RegexMatcher.GoogleRE2)
.withRegex('string')
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
google_re2 envoy.type.matcher.v3.RegexMatcher.GoogleRE2 engine_type  
regex string   {"String_":{"WellKnown":null,"min_len":1}}