Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewNotRegisteredErrForKind (0.14 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json_test.go

    		{
    			data:        []byte(`{"kind":"Test","apiVersion":"other/blah","value":1,"Other":"test"}`),
    			into:        &testDecodable{},
    			typer:       &mockTyper{err: runtime.NewNotRegisteredErrForKind("mock", schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"})},
    			expectedGVK: &schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"},
    			expectedObject: &testDecodable{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:55:02 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top