MCPcopy Create free account
hub / github.com/Qovery/engine / krr_output_format

Function krr_output_format

lib-engine/src/cluster_analysis/task.rs:368–374  ·  view source on GitHub ↗
(format: AnalysisOutputFormat)

Source from the content-addressed store, hash-verified

366}
367
368fn 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
376fn is_qovery_obs_enabled(kubernetes_options: &Value) -> bool {
377 kubernetes_options

Callers 1

run_krrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected