Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompleteWithOptions (0.2 sec)

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

    	}
    	options := &generic.StoreOptions{
    		RESTOptions: optsGetter,
    		AttrFunc:    svcreg.GetAttrs,
    	}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, nil, nil, err
    	}
    
    	statusStore := *store
    	statusStore.UpdateStrategy = svcreg.StatusStrategy
    	statusStore.ResetFieldsStrategy = svcreg.StatusStrategy
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:33 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top