INNER CODE UNIT · Go
getAgentVersionInfo
nginx/kubernetes-ingress · cmd/nginx-ingress/main.go:680
func getAgentVersionInfo(nginxManager nginx.Manager) string {
return nginxManager.AgentVersion()
}
type childProcesses struct {
nginxDone chan error
aPPluginEnable bool
aPPluginDone chan error
aPDosEnable bool
aPDosDone chan error
agentEnable bool
agentDone chan error
ipRepdEnable bool
ipRepdDone chan error
}
// newChildProcesses starts the several child processes based on flags set.
// AppProtect. AppProtectDos, Agent.