summaryrefslogtreecommitdiffstats
path: root/src/kube2msb/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/kube2msb/types.go')
-rw-r--r--src/kube2msb/types.go1
1 files changed, 1 insertions, 0 deletions
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"`
}