From 925f8e0b4208ba98be8e4a44074e92f9c0d06744 Mon Sep 17 00:00:00 2001 From: Trekkie Coder Date: Wed, 25 Oct 2023 01:35:36 +0900 Subject: [PATCH] endpoint api changes --- pkg/api/lb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/api/lb.go b/pkg/api/lb.go index 3600677..ad5995d 100644 --- a/pkg/api/lb.go +++ b/pkg/api/lb.go @@ -52,6 +52,7 @@ type LoadBalancerEndpoint struct { TargetPort uint16 `json:"targetPort"` Weight uint8 `json:"weight"` State string `json:"state"` + Counter string `json:"counter"` } type LoadBalancerSecIp struct {