We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed78a52 commit 92f736bCopy full SHA for 92f736b
pkg/apis/compute/loadbalancer_const.go
@@ -155,9 +155,10 @@ const (
155
156
// TODO raw type
157
const (
158
- LB_BACKEND_GUEST = "guest"
159
- LB_BACKEND_HOST = "host"
160
- LB_BACKEND_IP = "ip"
+ LB_BACKEND_GUEST = "guest"
+ LB_BACKEND_HOST = "host"
+ LB_BACKEND_IP = "ip"
161
+ LB_BACKEND_ADDRESS = "address"
162
)
163
164
pkg/cloudprovider/loadbalancerbackend.go
@@ -18,6 +18,7 @@ type SLoadbalancerBackend struct {
18
Index int
19
Weight int
20
Port int
21
+ Enabled bool
22
Id string
23
Name string
24
ExternalId string
0 commit comments