MCPcopy
hub / github.com/google/seesaw / AddVIP

Method AddVIP

ncc/client/ncc_client.go:123–123  ·  view source on GitHub ↗

AddVIP adds a VIP to the load balancing interface.

(*seesaw.VIP)

Source from the content-addressed store, hash-verified

121
122 // AddVIP adds a VIP to the load balancing interface.
123 AddVIP(*seesaw.VIP) error
124
125 // DeleteVIP removes a VIP from the load balancing interface.
126 DeleteVIP(*seesaw.VIP) error

Callers 4

interfaceTestsFunction · 0.65
upMethod · 0.65
configureVIPsMethod · 0.65
initAnycastMethod · 0.65

Implementers 2

nccLBIfacencc/client/ncc_client.go
DummyLBInterfacencc/client/dummy.go

Calls

no outgoing calls

Tested by

no test coverage detected