mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Merge pull request #116845 from major1201/fix_binder_typo
fix GetPodVolumeClaims in comments
This commit is contained in:
commit
365ac69fc4
@ -125,7 +125,7 @@ type InTreeToCSITranslator interface {
|
|||||||
//
|
//
|
||||||
// This integrates into the existing scheduler workflow as follows:
|
// This integrates into the existing scheduler workflow as follows:
|
||||||
// 1. The scheduler takes a Pod off the scheduler queue and processes it serially:
|
// 1. The scheduler takes a Pod off the scheduler queue and processes it serially:
|
||||||
// a. Invokes all pre-filter plugins for the pod. GetPodVolumes() is invoked
|
// a. Invokes all pre-filter plugins for the pod. GetPodVolumeClaims() is invoked
|
||||||
// here, pod volume information will be saved in current scheduling cycle state for later use.
|
// here, pod volume information will be saved in current scheduling cycle state for later use.
|
||||||
// If pod has bound immediate PVCs, GetEligibleNodes() is invoked to potentially reduce
|
// If pod has bound immediate PVCs, GetEligibleNodes() is invoked to potentially reduce
|
||||||
// down the list of eligible nodes based on the bound PV's NodeAffinity (if any).
|
// down the list of eligible nodes based on the bound PV's NodeAffinity (if any).
|
||||||
|
Loading…
Reference in New Issue
Block a user