Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			// before the current port would have been found in svcPortToNodePort. This is really
    			// looking for any user provided values.
    			np := findRequestedNodePort(int(servicePort.Port), service.Spec.Ports)
    			if np != 0 {
    				err := nodePortOp.Allocate(np)
    				if err != nil {
    					// TODO: when validation becomes versioned, this gets more complicated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 37.3K bytes
    - Viewed (0)
Back to top