Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNamedCreaterWithoutName (0.59 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	}
    	if storage.createdName != pathName {
    		t.Errorf("Did not get expected name in create context. Got: %s, Expected: %s", storage.createdName, pathName)
    	}
    }
    
    func TestNamedCreaterWithoutName(t *testing.T) {
    	storage := &NamedCreaterRESTStorage{
    		SimpleRESTStorage: &SimpleRESTStorage{
    			injectedFunction: func(obj runtime.Object) (runtime.Object, error) {
    				time.Sleep(5 * time.Millisecond)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
Back to top