Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for onSecondaryDependencyEvent (0.64 sec)

  1. pkg/kube/krt/collection.go

    }
    
    // Handler is called when a dependency changes. We will take as inputs the item that changed.
    // Then we find all of our own values (I) that changed and onPrimaryInputEvent() them
    func (h *manyCollection[I, O]) onSecondaryDependencyEvent(sourceCollection collectionUID, events []Event[any]) {
    	h.recomputeMu.Lock()
    	defer h.recomputeMu.Unlock()
    	// A secondary dependency changed...
    	// Got an event. Now we need to find out who depends on it..
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top