Commit 1a7b40e
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 73a4a73 commit 1a7b40e
File tree
3 files changed
+5
-3
lines changed- pkg/epp/scheduling
- framework
- plugins/profile-picker
3 files changed
+5
-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: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| 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