mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-17 04:41:22 +02: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() {
|
|
}
|