Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for NIL (0.16 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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  - type
                                  type: object
                                  x-kubernetes-validations:
                                  - message: filter.requestHeaderModifier must be nil
                                      if the filter.type is not RequestHeaderModifier
                                    rule: '!(has(self.requestHeaderModifier) && self.type
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              },
              "gracePeriodSeconds": {
                "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
                "format": "int64",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. 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)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Named).TypeParams", Method, 18},
    		{"(*Named).Underlying", Method, 5},
    		{"(*Nil).Exported", Method, 5},
    		{"(*Nil).Id", Method, 5},
    		{"(*Nil).Name", Method, 5},
    		{"(*Nil).Parent", Method, 5},
    		{"(*Nil).Pkg", Method, 5},
    		{"(*Nil).Pos", Method, 5},
    		{"(*Nil).String", Method, 5},
    		{"(*Nil).Type", Method, 5},
    		{"(*Package).Complete", Method, 5},
    		{"(*Package).GoVersion", Method, 21},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteAMD64.go

    				v.AddArg2(y, x)
    				return true
    			}
    		}
    		break
    	}
    	// match: (LEAQ1 [0] x y)
    	// cond: v.Aux == nil
    	// result: (ADDQ x y)
    	for {
    		if auxIntToInt32(v.AuxInt) != 0 {
    			break
    		}
    		x := v_0
    		y := v_1
    		if !(v.Aux == nil) {
    			break
    		}
    		v.reset(OpAMD64ADDQ)
    		v.AddArg2(x, y)
    		return true
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: ptr
    	for {
    		ptr := v_0
    		if ptr.Op != OpSelectN || auxIntToInt64(ptr.AuxInt) != 0 {
    			break
    		}
    		call := ptr.Args[0]
    		if call.Op != OpStaticLECall || len(call.Args) != 2 || !(isSameCall(call.Aux, "runtime.newobject") && warnRule(fe.Debug_checknil(), v, "removed nil check")) {
    			break
    		}
    		v.copyOf(ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top