Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPodsRankedByRelatedPodsOnSameNode (0.45 sec)

  1. pkg/controller/replicaset/replica_set.go

    	}
    }
    
    // getPodsRankedByRelatedPodsOnSameNode returns an ActivePodsWithRanks value
    // that wraps podsToRank and assigns each pod a rank equal to the number of
    // active pods in relatedPods that are colocated on the same node with the pod.
    // relatedPods generally should be a superset of podsToRank.
    func getPodsRankedByRelatedPodsOnSameNode(podsToRank, relatedPods []*v1.Pod) controller.ActivePodsWithRanks {
    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