Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matcherFunc (0.28 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/meta/errors_test.go

    		// type.
    		input       error
    		new         func() error
    		matcherFunc func(error) bool
    	}{
    		{
    			name:        "AmbiguousResourceError",
    			input:       &AmbiguousResourceError{MatchingResources: []schema.GroupVersionResource{{}}},
    			new:         func() error { return &AmbiguousResourceError{} },
    			matcherFunc: IsAmbiguousError,
    		},
    		{
    			name:        "AmbiguousKindError",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 11 22:50:51 UTC 2022
    - 2.4K bytes
    - Viewed (0)
Back to top