Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/registry/core/service/storage/storage_test.go

    			lastSvc := createdSvc
    
    			// The update phase is optional.
    			if tc.update.svc != nil {
    				// Allow callers to do something between create and update.
    				if tc.beforeUpdate != nil {
    					tc.beforeUpdate(t, storage)
    				}
    
    				// Update the object to the new state and check the results.
    				obj, created, err := storage.Update(ctx, tc.update.svc.Name,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top