Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for inMapField (0.11 sec)

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

    			},
    		},
    		{name: "object types are not accessible",
    			obj: map[string]interface{}{
    				"nestedInMap": map[string]interface{}{
    					"k1": map[string]interface{}{
    						"inMapField": 1,
    					},
    					"k2": map[string]interface{}{
    						"inMapField": 2,
    					},
    				},
    				"nestedInList": []interface{}{
    					map[string]interface{}{
    						"inListField": 1,
    					},
    					map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    		},
    		{name: "object types are not accessible",
    			obj: map[string]interface{}{
    				"nestedInMap": map[string]interface{}{
    					"k1": map[string]interface{}{
    						"inMapField": 1,
    					},
    					"k2": map[string]interface{}{
    						"inMapField": 2,
    					},
    				},
    				"nestedInList": []interface{}{
    					map[string]interface{}{
    						"inListField": 1,
    					},
    					map[string]interface{}{
    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