Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enterPartialDisruptionFunc (0.28 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	// This timestamp is to be used instead of LastProbeTime stored in Condition. We do this
    	// to avoid the problem with time skew across the cluster.
    	now func() metav1.Time
    
    	enterPartialDisruptionFunc func(nodeNum int) float32
    	enterFullDisruptionFunc    func(nodeNum int) float32
    	computeZoneStateFunc       func(nodeConditions []*v1.NodeCondition) (int, ZoneState)
    
    	knownNodeSet map[string]*v1.Node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    				testUnhealthyThreshold,
    				testNodeMonitorGracePeriod,
    				testNodeStartupGracePeriod,
    				testNodeMonitorPeriod)
    			nodeController.recorder = testutil.NewFakeRecorder()
    			nodeController.enterPartialDisruptionFunc = func(nodeNum int) float32 {
    				return testRateLimiterQPS
    			}
    			nodeController.enterFullDisruptionFunc = func(nodeNum int) float32 {
    				return testRateLimiterQPS
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
Back to top