-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
apigee-go-gen/pkg/apigee/v1/targetserver.go
Lines 19 to 23 in 5b1665e
| type Server struct { | |
| Name string `xml:"name,attr"` | |
| IsFallback bool `xml:"IsFallback,omitempty"` | |
| UnknownNode AnyList `xml:",any"` |
The Server element inside a LoadBalancer also has Weight
<TargetEndpoint name="default">
<HTTPTargetConnection>
<LoadBalancer>
<Algorithm>Weighted</Algorithm>
<Server name="target1">
<Weight>1</Weight>
</Server>
<Server name="target2">
<Weight>2</Weight>
</Server>
</LoadBalancer>
<Path>/test</Path>
</HTTPTargetConnection>
</TargetEndpoint>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working