mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Fixing k8s.io/kubernetes/pkg/proxy/winkernel unit tests
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
This commit is contained in:
parent
fbdf8905ea
commit
2b1b20b3b1
@ -1201,6 +1201,7 @@ func TestEndpointSlice(t *testing.T) {
|
||||
|
||||
func TestNoopEndpointSlice(t *testing.T) {
|
||||
p := Proxier{}
|
||||
p.endpointsChanges = proxy.NewEndpointsChangeTracker(v1.IPv4Protocol, "", nil, nil)
|
||||
p.OnEndpointSliceAdd(&discovery.EndpointSlice{})
|
||||
p.OnEndpointSliceUpdate(&discovery.EndpointSlice{}, &discovery.EndpointSlice{})
|
||||
p.OnEndpointSliceDelete(&discovery.EndpointSlice{})
|
||||
|
Loading…
Reference in New Issue
Block a user