Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enqueueSSAfter (0.09 sec)

  1. pkg/controller/statefulset/stateful_set.go

    			// Add a second to avoid milliseconds skew in AddAfter.
    			// See https://github.com/kubernetes/kubernetes/issues/39785#issuecomment-279959133 for more info.
    			ssc.enqueueSSAfter(set, (time.Duration(set.Spec.MinReadySeconds)*time.Second)+time.Second)
    		}
    		return
    	}
    
    	// Otherwise, it's an orphan. If anything changed, sync matching controllers
    	// to see if anyone wants to adopt it now.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top