Home

envoy.config.route.v3.RouteAction.UpgradeConfig

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.config.route.v3.RouteAction.UpgradeConfig
.withConnectConfig(types.envoy.config.route.v3.RouteAction.UpgradeConfig.ConnectConfig)
.withEnabled(false)
.withUpgradeType('string')
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
connect_config envoy.config.route.v3.RouteAction.UpgradeConfig.ConnectConfig  
enabled google.protobuf.BoolValue  
upgrade_type string   {"String_":{"WellKnown":{"WellKnownRegex":2},"min_len":1,"strict":false}}