Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IGNORE_THIS (0.3 sec)

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

    		},
    		{
    			name:   "ignore not found",
    			mapper: MultiRESTMapper{fixedRESTMapper{err: &NoResourceMatchError{PartialResource: schema.GroupVersionResource{Resource: "IGNORE_THIS"}}}},
    			input:  schema.GroupVersionResource{Resource: "foo"},
    			result: schema.GroupVersionResource{},
    			err:    &NoResourceMatchError{PartialResource: schema.GroupVersionResource{Resource: "foo"}},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 01:49:02 UTC 2018
    - 13.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/meta/priority_test.go

    		},
    		{
    			name:   "ignore not found",
    			mapper: PriorityRESTMapper{Delegate: MultiRESTMapper{fixedRESTMapper{err: &NoKindMatchError{GroupKind: schema.GroupKind{Kind: "IGNORE_THIS"}}}}},
    			input:  schema.GroupKind{Kind: "Foo"},
    			err:    &NoKindMatchError{GroupKind: schema.GroupKind{Kind: "Foo"}},
    		},
    		{
    			name:   "accept first failure",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 06 15:24:58 UTC 2018
    - 13.6K bytes
    - Viewed (0)
Back to top