Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeTestService (0.21 sec)

  1. pkg/proxy/servicechangetracker_test.go

    			ipFamily: v1.IPv4Protocol,
    
    			service: makeTestService("ns2", "headless-without-port", func(svc *v1.Service) {
    				svc.Spec.Type = v1.ServiceTypeClusterIP
    				svc.Spec.ClusterIP = v1.ClusterIPNone
    			}),
    			expected: map[ServicePortName]*BaseServicePortInfo{},
    		},
    		{
    			desc:     "cluster ip service",
    			ipFamily: v1.IPv4Protocol,
    
    			service: makeTestService("ns2", "cluster-ip", func(svc *v1.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
Back to top