mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Service Topology implementation
* Implement Service Topology for ipvs and iptables proxier * Add test files * API validation
This commit is contained in:
@@ -45,6 +45,7 @@ type HollowProxy struct {
|
||||
|
||||
type FakeProxier struct {
|
||||
proxyconfig.NoopEndpointSliceHandler
|
||||
proxyconfig.NoopNodeHandler
|
||||
}
|
||||
|
||||
func (*FakeProxier) Sync() {}
|
||||
|
Reference in New Issue
Block a user