Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvoyConfParser ¶
type EnvoyConfParser struct { GetClustersCall struct { CallCount int Receives struct { EnvoyConfFile string } Returns struct { Clusters []parser.Cluster NameToPortMap map[string]string Error error } } }
func (EnvoyConfParser) GetClusters ¶
type SdsCredParser ¶
type SdsCredParser struct { GetCertAndKeyCall struct { CallCount int Returns struct { Cert string Key string Error error } } }
func (SdsCredParser) GetCertAndKey ¶
func (e SdsCredParser) GetCertAndKey() (string, string, error)
type SdsServerValidationParser ¶
type SdsServerValidationParser struct { GetCACertCall struct { CallCount int Returns struct { CA string Error error } } }
func (SdsServerValidationParser) GetCACert ¶
func (s SdsServerValidationParser) GetCACert() (string, error)
Click to show internal directories.
Click to hide internal directories.