Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XListMapKeys (0.45 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    					Type: "object",
    					Properties: map[string]apiextensionsv1.JSONSchemaProps{
    						"field": {
    							Type:         "array",
    							XListType:    ptr("map"),
    							XListMapKeys: []string{"name", "port"},
    							Items: &apiextensionsv1.JSONSchemaPropsOrArray{
    								Schema: &apiextensionsv1.JSONSchemaProps{
    									Type:     "object",
    									Required: []string{"name", "port"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
Back to top