Documentation ¶
Index ¶
- Constants
- func CreateBootstrapYamlFile(agentConfig config.AgentConfig) error
- func CreateRelayBootstrapYamlFile(agentConfig config.AgentConfig) error
- func GetBootstrapYaml(agentConfig config.AgentConfig) (string, error)
- func GetRelayBootstrapYaml(agentConfig config.AgentConfig, fileUtil FileUtil, envoyCLIInst EnvoyCLI) ([]byte, error)
- type EnvoyCLI
- type FileUtil
Constants ¶
View Source
const ( GRPC_MAX_PINGS_WITHOUT_DATA = 0 GRPC_KEEPALIVE_TIME_MS = 10000 GRPC_KEEPALIVE_TIMEOUT_MS = 20000 )
Variables ¶
This section is empty.
Functions ¶
func CreateBootstrapYamlFile ¶
func CreateBootstrapYamlFile(agentConfig config.AgentConfig) error
func CreateRelayBootstrapYamlFile ¶
func CreateRelayBootstrapYamlFile(agentConfig config.AgentConfig) error
func GetBootstrapYaml ¶
func GetBootstrapYaml(agentConfig config.AgentConfig) (string, error)
func GetRelayBootstrapYaml ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.