Commit d6e3cc5
authored
refactor(runtime): remove incomplete GetRuntimeStatus function implementation (#5792)
- Deleted the unfinished GetRuntimeStatus function which retrieved runtime status by type, name, and namespace
- Cleaned up unused code and comments related to runtime status retrieval
- Retained and organized existing RuntimeInfo interface and related helper functions for runtime info construction
- Ensured the code only includes fully implemented and functional parts to improve maintainability
Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>1 parent 3e9654f commit d6e3cc5
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
238 | 239 | | |
239 | | - | |
240 | | - | |
| 240 | + | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
244 | | - | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | | - | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
0 commit comments