# Packages
Package test implements utility routes to test the functionality provided by the injector package.
# Functions
BuildTLSSecret builds and returns an Envoy Discovery Response object for Envoy's xDS TLS Certificate.
BuildValidationSecret builds and returns an Envoy Discovery Response object for Envoy's xDS Validation Context.
GetTLSSDSConfigYAML returns the statically used TLS SDS config YAML.
GetValidationContextSDSConfigYAML returns the statically used validation context SDS config YAML.
# Constants
EnvoyBootstrapConfigFile is the name Envoy bootstrap configuration file.
EnvoyProxyConfigPath is the path where the Envoy bootstrap config info is located.
EnvoyTLSCertificateSDSSecretFile is the name of the Envoy TLS certificate SDS config file.
EnvoyValidationContextSDSSecretFile is the name of the Envoy validation context SDS config file.
EnvoyXDSCACertFile is the name of the Envoy XDS CA certificate file.
EnvoyXDSCertFile is the name of the Envoy XDS certificate file.
EnvoyXDSKeyFile is the name of the Envoy XDS private key file.