Merge pull request #130286 from marosset/windows-unit-tests-proxy-winkernel-tests

Fixing k8s.io/kubernetes/pkg/proxy/winkernel unit tests
This commit is contained in:
Kubernetes Prow Robot 2025-02-19 15:52:33 -08:00 committed by GitHub
commit 1b22629615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{})