Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for warmUpQueries (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/openapi/maplist_test.go

    	"k8s.io/kube-openapi/pkg/validation/spec"
    )
    
    func TestMapList(t *testing.T) {
    	for _, tc := range []struct {
    		name          string
    		sts           *spec.Schema
    		items         []interface{}
    		warmUpQueries []interface{}
    		query         interface{}
    		expected      interface{}
    	}{
    		{
    			name: "default list type",
    			sts: &spec.Schema{
    				SchemaProps: spec.SchemaProps{
    					Type: []string{"array"},
    				}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 11 18:08:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/maplist_test.go

    	"k8s.io/apiextensions-apiserver/pkg/apiserver/schema"
    )
    
    func TestMapList(t *testing.T) {
    	for _, tc := range []struct {
    		name          string
    		sts           schema.Structural
    		items         []interface{}
    		warmUpQueries []interface{}
    		query         interface{}
    		expected      interface{}
    	}{
    		{
    			name: "default list type",
    			sts: schema.Structural{
    				Generic: schema.Generic{
    					Type: "array",
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 11 18:08:11 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top