Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPatchToUpdateOptions (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    			if !reflect.DeepEqual(*update, *got) {
    				t.Fatalf(`updateToCreateOptions round-trip failed:
    got:  %#+v
    want: %#+v`, got, update)
    			}
    
    		})
    	}
    }
    
    func TestPatchToUpdateOptions(t *testing.T) {
    	tests := []struct {
    		name        string
    		converterFn func(po *metav1.PatchOptions) interface{}
    	}{
    		{
    			name: "patchToUpdateOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top