Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for NIL (0.05 sec)

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

    		emptyName               = newConfigMap("", "validns", nil, nil)
    		invalidName             = newConfigMap("NoUppercaseOrSpecialCharsLike=Equals", "validns", nil, nil)
    		emptyNs                 = newConfigMap("validname", "", nil, nil)
    		invalidNs               = newConfigMap("validname", "NoUppercaseOrSpecialCharsLike=Equals", nil, nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: cc == OpARM64NotEqual && flagArg(boolval) != nil
    	// result: (CSEL [boolval.Op] x y flagArg(boolval))
    	for {
    		cc := auxIntToOp(v.AuxInt)
    		x := v_0
    		y := v_1
    		if v_2.Op != OpARM64CMPWconst || auxIntToInt32(v_2.AuxInt) != 0 {
    			break
    		}
    		boolval := v_2.Args[0]
    		if !(cc == OpARM64NotEqual && flagArg(boolval) != nil) {
    			break
    		}
    		v.reset(OpARM64CSEL)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

    this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule.\n\nFor example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 2/2/2: | zone1 | zone2...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top