Move trace and logs UI to Operator Console (#375)

Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
Cesar N
2020-11-04 21:45:48 -08:00
committed by GitHub
parent 3cd024ea2c
commit 06f333395e
23 changed files with 256 additions and 222 deletions

View File

@@ -93,9 +93,6 @@ type CreateTenantRequest struct {
// secret key
SecretKey string `json:"secret_key,omitempty"`
// service name
ServiceName string `json:"service_name,omitempty"`
// tls
TLS *TLSConfiguration `json:"tls,omitempty"`