Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    					map[string]interface{}{"k": "a2", "v": "b2"},
    					map[string]interface{}{"k": "a3", "v": "b3", "v2": "z"},
    				},
    			},
    			schema: objectTypePtr(map[string]schema.Structural{
    				"listMap": listMapType([]string{"k"}, objectTypePtr(map[string]schema.Structural{
    					"k":  stringType,
    					"v":  stringType,
    					"v2": stringType,
    				})),
    			}),
    			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