envoy.type.matcher.v3.RegexMatchAndSubstitute
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.RegexMatchAndSubstitute
.withPattern(types.envoy.type.matcher.v3.RegexMatcher)
.withSubstitution('string')
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
pattern |
envoy.type.matcher.v3.RegexMatcher
|
|
yes
|
|
substitution |
string
|
|
|
{"String_":{"WellKnown":{"WellKnownRegex":2},"strict":false}}
|