Home

envoy.config.core.v3.RemoteDataSource

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.core.v3.RemoteDataSource
.withHttpUri(types.envoy.config.core.v3.HttpUri)
.withRetryPolicy(types.envoy.config.core.v3.RetryPolicy)
.withSha256('string')
._validate()

Fields

Name Type One-of group Required Constraints
http_uri envoy.config.core.v3.HttpUri yes 
retry_policy envoy.config.core.v3.RetryPolicy  
sha256 string   {"String_":{"WellKnown":null,"min_len":1}}