(format: AnalysisOutputFormat)
| 366 | } |
| 367 | |
| 368 | fn krr_output_format(format: AnalysisOutputFormat) -> KrrOutputFormat { |
| 369 | match format { |
| 370 | AnalysisOutputFormat::Table => KrrOutputFormat::Table, |
| 371 | AnalysisOutputFormat::Json => KrrOutputFormat::Json, |
| 372 | AnalysisOutputFormat::Csv => KrrOutputFormat::Csv, |
| 373 | } |
| 374 | } |
| 375 | |
| 376 | fn is_qovery_obs_enabled(kubernetes_options: &Value) -> bool { |
| 377 | kubernetes_options |