Home

envoy.extensions.filters.http.on_demand.v3.OnDemandCds

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.http.on_demand.v3.OnDemandCds
.withResourcesLocator('string')
.withSource(types.envoy.config.core.v3.ConfigSource)
.withTimeout(types.google.protobuf.Duration)
._validate()

Fields

Name Type One-of group Required Constraints
resources_locator string  
source envoy.config.core.v3.ConfigSource yes 
timeout google.protobuf.Duration