Add kube namespace to tls (TRA-4443) (#1013)

* add namespace to tls - initial commit
* add tls namespace to mizu entry
This commit is contained in:
David Levanon
2022-04-18 16:12:51 +03:00
committed by GitHub
parent 189c158150
commit 1213162b85
7 changed files with 92 additions and 31 deletions

View File

@@ -18,6 +18,7 @@ import (
)
const mizuTestEnvVar = "MIZU_TEST"
const UNKNOWN_NAMESPACE = ""
var UnknownIp net.IP = net.IP{0, 0, 0, 0}
var UnknownPort uint16 = 0
@@ -100,6 +101,7 @@ type OutputChannelItem struct {
ConnectionInfo *ConnectionInfo
Pair *RequestResponsePair
Summary *BaseEntry
Namespace string
}
type SuperTimer struct {