Commit 2ea17c9
added context argument to scheduling profile picker (kubernetes-sigs#926)
* added context argument to scheduling profile picker
since this is a custom logic, getting context as argument can be useful.
specific in my case I want to use contextual logging
Signed-off-by: Nir Rozenbaum <[email protected]>
* Update pkg/epp/scheduling/framework/plugins/profile-picker/all_profiles_picker.go
Co-authored-by: Etai Lev Ran <[email protected]>
---------
Signed-off-by: Nir Rozenbaum <[email protected]>
Co-authored-by: Abdullah Gharaibeh <[email protected]>
Co-authored-by: Etai Lev Ran <[email protected]>1 parent f773184 commit 2ea17c9
File tree
3 files changed
+6
-3
lines changed- pkg/epp/scheduling
- framework
- plugins/profile-picker
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments