envoy.config.core.v3.Extension
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.Extension
.withCategory('string')
.withDisabled(false)
.withName('string')
.withTypeDescriptor('string')
.withTypeUrls([ 'string' ])
.withVersion(types.envoy.config.core.v3.BuildVersion)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
category |
string
|
|
|
|
disabled |
bool
|
|
|
|
name |
string
|
|
|
|
type_descriptor |
string
|
|
|
|
type_urls |
[]
string
|
|
|
|
version |
envoy.config.core.v3.BuildVersion
|
|
|
|