Commit 3d9ebc9
Simplify yaml generation by starting from non-AppWrapper template
The v1/beta2 AppWrapper can be wrapped around a RayCluster as
a simple prefix to the "real" yaml. So we can simplify yaml
generation/manipulation by starting with a vanilla RayCluster
and just optionally put it inside an AppWrapper at the end.1 parent 3864bcf commit 3d9ebc9
File tree
6 files changed
+253
-323
lines changed- src/codeflare_sdk
- cluster
- templates
- utils
- tests
6 files changed
+253
-323
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
154 | | - | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
169 | 167 | | |
170 | 168 | | |
171 | 169 | | |
172 | | - | |
173 | 170 | | |
174 | 171 | | |
175 | 172 | | |
176 | | - | |
177 | 173 | | |
178 | 174 | | |
179 | 175 | | |
180 | 176 | | |
181 | 177 | | |
182 | 178 | | |
183 | 179 | | |
184 | | - | |
185 | | - | |
| 180 | + | |
| 181 | + | |
186 | 182 | | |
187 | 183 | | |
188 | 184 | | |
| |||
0 commit comments