Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reportSortingDeletionAgeRatioMetric (0.5 sec)

  1. pkg/controller/replicaset/replica_set.go

    	if diff < len(filteredPods) {
    		podsWithRanks := getPodsRankedByRelatedPodsOnSameNode(filteredPods, relatedPods)
    		sort.Sort(podsWithRanks)
    		reportSortingDeletionAgeRatioMetric(filteredPods, diff)
    	}
    	return filteredPods[:diff]
    }
    
    func reportSortingDeletionAgeRatioMetric(filteredPods []*v1.Pod, diff int) {
    	now := time.Now()
    	youngestTime := time.Time{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 33.2K bytes
    - Viewed (0)
Back to top