Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v1.15.21
type Config struct { SdsServerAddress string `split_words:"true" default:"0.0.0.0:8234"` //sds_config target_uri in the envoy instance that it provides secrets to SdsClient string `split_words:"true"` PodName string `split_words:"true"` PodNamespace string `split_words:"true"` GlooMtlsSdsEnabled bool `split_words:"true"` GlooMtlsSecretDir string `split_words:"true" default:"/etc/envoy/ssl/"` GlooServerCert string `split_words:"true" default:"server_cert"` GlooValidationContext string `split_words:"true" default:"validation_context"` IstioMtlsSdsEnabled bool `split_words:"true"` IstioCertDir string `split_words:"true" default:"/etc/istio-certs/"` IstioServerCert string `split_words:"true" default:"istio_server_cert"` IstioValidationContext string `split_words:"true" default:"istio_validation_context"` }
Click to show internal directories.
Click to hide internal directories.