Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generatePorts (0.62 sec)

  1. pkg/apis/discovery/validation/validation_test.go

    				AddressType: discovery.AddressTypeIPv4,
    				Ports:       generatePorts(1),
    				Endpoints:   generateEndpoints(maxEndpoints),
    			},
    		},
    		"max-ports": {
    			expectedErrors: 0,
    			endpointSlice: &discovery.EndpointSlice{
    				ObjectMeta:  standardMeta,
    				AddressType: discovery.AddressTypeIPv4,
    				Ports:       generatePorts(maxPorts),
    			},
    		},
    		"max-addresses": {
    			expectedErrors: 0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 10:48:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top