Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ipAllocs (1.15 sec)

  1. pkg/registry/core/service/storage/storage.go

    	var secondaryIPFamily api.IPFamily = "" // sentinel value
    	if len(ipAllocs) > 1 {
    		secondaryIPFamily = otherFamily(serviceIPFamily)
    	}
    	genericStore := &REST{
    		Store:             store,
    		primaryIPFamily:   primaryIPFamily,
    		secondaryIPFamily: secondaryIPFamily,
    		alloc:             makeAlloc(serviceIPFamily, ipAllocs, portAlloc),
    		endpoints:         endpoints,
    		pods:              pods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:33 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top