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

Method info_context

lib-engine/src/cluster_analysis/task.rs:349–365  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

347 }
348
349 fn info_context(&self) -> Context {
350 Context::new(
351 self.request.organization_long_id,
352 self.request.kubernetes.long_id,
353 self.request.id.to_string(),
354 self.workspace_root_dir.to_string(),
355 self.lib_root_dir.to_string(),
356 self.engine_version.clone(),
357 self.request.test_cluster,
358 self.request.features.clone(),
359 self.request.metadata.clone(),
360 self.aws_apn_id.clone(),
361 self.docker.clone(),
362 self.qovery_api.clone(),
363 self.request.event_details(),
364 )
365 }
366}
367
368fn krr_output_format(format: AnalysisOutputFormat) -> KrrOutputFormat {

Callers 2

run_analysisMethod · 0.45
runMethod · 0.45

Calls 2

cloneMethod · 0.45
event_detailsMethod · 0.45

Tested by

no test coverage detected