Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mapOfMap (0.09 sec)

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

    			},
    		},
    		{name: "container type composition",
    			obj: map[string]interface{}{
    				"obj": map[string]interface{}{
    					"field": "a",
    				},
    				"mapOfMap": map[string]interface{}{
    					"x": map[string]interface{}{
    						"y": "b",
    					},
    				},
    				"mapOfObj": map[string]interface{}{
    					"k": map[string]interface{}{
    						"field2": "c",
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top