Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedPruned (0.1 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning/algorithm_test.go

    					"a": {},
    					"c": {},
    				},
    			},
    		}, expectedObject: `[{"a":1},{},{"a":1,"c":3}]`, expectedPruned: []string{"[1].b", "[2].b"}},
    		{name: "object array with nil schema", json: `[{"a":1},{"b":1},{"a":1,"b":2,"c":3}]`, expectedObject: `[{},{},{}]`,
    			expectedPruned: []string{"[0].a", "[1].b", "[2].a", "[2].b", "[2].c"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top