Home

envoy.extensions.filters.common.dependency.v3.Dependency

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.common.dependency.v3.Dependency
.withName('string')
.withType(types.envoy.extensions.filters.common.dependency.v3.Dependency.DependencyType.HEADER)
._validate()

Nested Enums

Fields

Name Type One-of group Required Constraints
name string   {"String_":{"WellKnown":null,"min_len":1}}
type envoy.extensions.filters.common.dependency.v3.Dependency.DependencyType