Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cachedExistingObject (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store.go

    	}
    	return s.conditionalDelete(ctx, preparedKey, out, v, preconditions, validateDeletion, cachedExistingObject)
    }
    
    func (s *store) conditionalDelete(
    	ctx context.Context, key string, out runtime.Object, v reflect.Value, preconditions *storage.Preconditions,
    	validateDeletion storage.ValidateObjectFunc, cachedExistingObject runtime.Object) error {
    	getCurrentState := s.getCurrentState(ctx, key, v, false)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 11:56:42 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

    	//       return cur, nil, nil
    	//    }, cachedExistingObject
    	// )
    	GuaranteedUpdate(
    		ctx context.Context, key string, destination runtime.Object, ignoreNotFound bool,
    		preconditions *Preconditions, tryUpdate UpdateFunc, cachedExistingObject runtime.Object) error
    
    	// Count returns number of different entries under the key (generally being path prefix).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:53:48 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top