diff --git a/pkg/client/types.go b/pkg/client/types.go index dc929873..e5e01540 100644 --- a/pkg/client/types.go +++ b/pkg/client/types.go @@ -209,6 +209,7 @@ type MicroserviceProxyPortInfo struct { Host string `json:"host"` Port int64 `json:"port"` Protocol string `json:"protocol"` + Scheme string `json:"scheme"` } type MicroservicePortMappingInfo struct {