Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculateTTL (0.15 sec)

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

    		return newDecoratedWatcher(ctx, w, e.Decorator), nil
    	}
    	return w, nil
    }
    
    // calculateTTL is a helper for retrieving the updated TTL for an object or
    // returning an error if the TTL cannot be calculated. The defaultTTL is
    // changed to 1 if less than zero. Zero means no TTL, not expire immediately.
    func (e *Store) calculateTTL(obj runtime.Object, defaultTTL int64, update bool) (ttl uint64, err error) {
    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