Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructExtension ¶
func ConstructExtension(ext api.EnvoyExtension) (extensioncommon.EnvoyExtender, error)
ConstructExtension attempts to lookup and build an extension from the registry with the given config. Returns an error if the extension does not exist, or if the extension fails to be constructed properly.
func ValidateExtensions ¶
func ValidateExtensions(extensions []api.EnvoyExtension) error
ValidateExtensions will attempt to construct each instance of the given envoy extension configurations and returns an error if any fail to build. Note that this step is separated from the xds package and does not check any potential runtime configuration that the extension could encounter -- it simply ensures that the extension can be built from the given arguments.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.