Return reference to object providing Endpoint
This commit is contained in:
parent
3495bfb4ac
commit
6035e55ec3
3 changed files with 6 additions and 0 deletions
|
|
@ -1188,6 +1188,7 @@ func (ic *GenericController) getEndpoints(
|
|||
Port: fmt.Sprintf("%v", targetPort),
|
||||
MaxFails: hz.MaxFails,
|
||||
FailTimeout: hz.FailTimeout,
|
||||
Target: epAddress.TargetRef,
|
||||
}
|
||||
upsServers = append(upsServers, ups)
|
||||
adus[ep] = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue