From 8ae5f1de322c3403d8f55a980ef25806f2a1d4f0 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Fri, 22 Dec 2017 16:35:57 +0800 Subject: Support https service registration Issue-ID: OOM-539 Change-Id: Ifbb95750bd448c375bddf2433ac6ad0b5d642027 Signed-off-by: HuabingZhao --- src/kube2msb/types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/kube2msb/types.go') diff --git a/src/kube2msb/types.go b/src/kube2msb/types.go index d496b1c..1b73a1a 100644 --- a/src/kube2msb/types.go +++ b/src/kube2msb/types.go @@ -134,4 +134,5 @@ type ServiceAnnotation struct { LBPolicy string `json:"lb_policy,omitempty"` VisualRange string `json:"visualRange,omitempty"` Path string `json:"path,omitempty"` + EnableSSL bool `json:"enable_ssl"` } -- cgit 1.2.3-korg