Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasUsedDownwardAPIFieldPathWithPodSpec (0.51 sec)

  1. pkg/api/pod/util.go

    	if oldPodSpec != nil {
    		// if old spec has status.hostIPs downwardAPI set, we must allow it
    		opts.AllowHostIPsField = opts.AllowHostIPsField || hasUsedDownwardAPIFieldPathWithPodSpec(oldPodSpec, "status.hostIPs")
    
    		// if old spec used non-integer multiple of huge page unit size, we must allow it
    		opts.AllowIndivisibleHugePagesValues = usesIndivisibleHugePagesValues(oldPodSpec)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
Back to top