Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectList (0.17 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    		obj        map[string]interface{}
    		expectCost map[string]int64
    	}{
    		{name: "integers",
    			// 1st obj and schema args are for "self.val1" field, 2nd for "self.val2" and so on.
    			obj:    objs(math.MaxInt64, math.MaxInt64, math.MaxInt32, math.MaxInt32, math.MaxInt64, math.MaxInt64),
    			schema: schemas(integerType, integerType, int32Type, int32Type, int64Type, int64Type),
    			expectCost: map[string]int64{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
Back to top