Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LowerExpectations (0.42 sec)

  1. pkg/controller/controller_utils.go

    func (r *ControllerExpectations) CreationObserved(logger klog.Logger, controllerKey string) {
    	r.LowerExpectations(logger, controllerKey, 1, 0)
    }
    
    // DeletionObserved atomically decrements the `del` expectation count of the given controller.
    func (r *ControllerExpectations) DeletionObserved(logger klog.Logger, controllerKey string) {
    	r.LowerExpectations(logger, controllerKey, 0, 1)
    }
    
    // ControlleeExpectations track controllee creates/deletes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
Back to top