mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-08 06:31:19 +01:00
* Use libnetwork/ipvs alternative * PR image tag simplification * Remove nested vendor directories
16 lines
335 B
Go
16 lines
335 B
Go
package libnetwork
|
|
|
|
import "net"
|
|
|
|
func (n *network) addLBBackend(ip, vip net.IP, fwMark uint32, ingressPorts []*PortConfig) {
|
|
}
|
|
|
|
func (n *network) rmLBBackend(ip, vip net.IP, fwMark uint32, ingressPorts []*PortConfig, rmService bool) {
|
|
}
|
|
|
|
func (sb *sandbox) populateLoadbalancers(ep *endpoint) {
|
|
}
|
|
|
|
func arrangeIngressFilterRule() {
|
|
}
|