Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for genMapWithCustomItemRule (0.16 sec)

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

    		},
    		{
    			name:             "map of objects with all",
    			schemaGenerator:  genMapWithCustomItemRule(genObjectForMap(), "self.all(x, true)"),
    			expectedCalcCost: 428963,
    			setMaxElements:   20,
    			expectedSetCost:  62,
    		},
    		{
    			name:             "map of objects with has",
    			schemaGenerator:  genMapWithCustomItemRule(genObjectForMap(), "has(self.x)"),
    			expectedCalcCost: 0,
    			setMaxElements:   9001,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top