Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    type ZoneState string
    
    const (
    	stateInitial           = ZoneState("Initial")
    	stateNormal            = ZoneState("Normal")
    	stateFullDisruption    = ZoneState("FullDisruption")
    	statePartialDisruption = ZoneState("PartialDisruption")
    )
    
    const (
    	// The amount of time the nodecontroller should sleep between retrying node health updates
    	retrySleepTime   = 20 * time.Millisecond
    	nodeNameKeyIndex = "spec.nodeName"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top