Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maxContainerRestarts (0.21 sec)

  1. pkg/controller/controller_utils.go

    			return afterOrZero(readyTime2, readyTime1)
    		}
    	}
    	// 5. Pods with containers with higher restart counts < lower restart counts
    	if maxContainerRestarts(s[i]) != maxContainerRestarts(s[j]) {
    		return maxContainerRestarts(s[i]) > maxContainerRestarts(s[j])
    	}
    	// 6. older pods < newer pods < empty timestamp pods
    	if !s[i].CreationTimestamp.Equal(&s[j].CreationTimestamp) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
Back to top