Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetHistoryDaemonSets (0.23 sec)

  1. pkg/controller/daemon/daemon_controller.go

    // match a ControllerRevision.
    func (dsc *DaemonSetsController) getDaemonSetsForHistory(logger klog.Logger, history *apps.ControllerRevision) []*apps.DaemonSet {
    	daemonSets, err := dsc.dsLister.GetHistoryDaemonSets(history)
    	if err != nil || len(daemonSets) == 0 {
    		return nil
    	}
    	if len(daemonSets) > 1 {
    		// ControllerRef will ensure we don't do anything crazy, but more than one
    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