Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addHistory (0.37 sec)

  1. pkg/controller/daemon/daemon_controller.go

    			"controllerRevision", klog.KObj(history), "labels", history.Labels)
    	}
    	return daemonSets
    }
    
    // addHistory enqueues the DaemonSet that manages a ControllerRevision when the ControllerRevision is created
    // or when the controller manager is restarted.
    func (dsc *DaemonSetsController) addHistory(logger klog.Logger, obj interface{}) {
    	history := obj.(*apps.ControllerRevision)
    	if history.DeletionTimestamp != nil {
    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