Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for restMapper (0.08 sec)

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

    			added := lister.Add(addition).Value()
    			if !reflect.DeepEqual(added, tc.expectAdded) {
    				t.Errorf("Expected Add to return %v but got %v", tc.expectAdded, added)
    			}
    		})
    	}
    }
    
    func TestMapper(t *testing.T) {
    	cases := []struct {
    		name           string
    		unstructured   map[string]interface{}
    		schema         *schema.Structural
    		propertySchema func(key string) (*schema.Structural, bool)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top