Home

envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration

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.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration
.withGroup('string')
.withInterface('string')
.withName('string')
.withRoutes([ types.envoy.extensions.filters.network.dubbo_proxy.v3.Route ])
.withVersion('string')
._validate()

Fields

Name Type One-of group Required Constraints
group string  
interface string  
name string  
routes [] envoy.extensions.filters.network.dubbo_proxy.v3.Route  
version string