From 5aaaa7badb3f3c29bad8b5a49e2b1f185e821771 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Fri, 15 Sep 2017 08:02:38 +0000 Subject: Add path property support Issue-Id: OOM-61 Change-Id: Ifde7c3987c41beb49b77556b20e6e2018d52e1aa 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 095400b..d496b1c 100644 --- a/src/kube2msb/types.go +++ b/src/kube2msb/types.go @@ -133,4 +133,5 @@ type ServiceAnnotation struct { Protocol string `json:"protocol,omitempty"` LBPolicy string `json:"lb_policy,omitempty"` VisualRange string `json:"visualRange,omitempty"` + Path string `json:"path,omitempty"` } -- cgit 1.2.3-korg