Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	}
    	ttl = uint64(defaultTTL)
    	if e.TTLFunc != nil {
    		ttl, err = e.TTLFunc(obj, ttl, update)
    	}
    	return ttl, err
    }
    
    // CompleteWithOptions updates the store with the provided options and
    // defaults common fields.
    func (e *Store) CompleteWithOptions(options *generic.StoreOptions) error {
    	if e.DefaultQualifiedResource.Empty() {
    		return fmt.Errorf("store %#v must have a non-empty qualified resource", e)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
Back to top