envoy.config.core.v3.DataSource
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.DataSource
.withEnvironmentVariable('string')
.withFilename('string')
.withInlineBytes('c3RyaW5n')
.withInlineString('string')
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
environment_variable |
string
|
specifier |
|
{"String_":{"WellKnown":null,"min_len":1}}
|
filename |
string
|
specifier |
|
{"String_":{"WellKnown":null,"min_len":1}}
|
inline_bytes |
bytes
|
specifier |
|
|
inline_string |
string
|
specifier |
|
|