Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateHistory (0.14 sec)

  1. pkg/controller/daemon/daemon_controller.go

    	for _, ds := range daemonSets {
    		dsc.enqueueDaemonSet(ds)
    	}
    }
    
    // updateHistory figures out what DaemonSet(s) manage a ControllerRevision when the ControllerRevision
    // is updated and wake them up. If anything of the ControllerRevision has changed, we need to  awaken
    // both the old and new DaemonSets.
    func (dsc *DaemonSetsController) updateHistory(logger klog.Logger, old, cur interface{}) {
    	curHistory := cur.(*apps.ControllerRevision)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top