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

Function deployment_target

lib-engine/tests/helm/mod.rs:821–824  ·  view source on GitHub ↗
(test_env: &'a Environment, infra_ctx: &'a InfrastructureContext)

Source from the content-addressed store, hash-verified

819}
820
821fn deployment_target<'a>(test_env: &'a Environment, infra_ctx: &'a InfrastructureContext) -> DeploymentTarget<'a> {
822 DeploymentTarget::new(infra_ctx, test_env, &|| AbortStatus::None)
823 .unwrap_or_else(|e| panic!("Unable to create deployment target: {e}"))
824}
825
826pub fn application_context() -> TestInfo {
827 let test_kube = test_kubernetes();

Callers 9

application_contextFunction · 0.85
container_contextFunction · 0.85
managed_database_contextFunction · 0.85
router_contextFunction · 0.85
job_contextFunction · 0.85
job_context_with_ndotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected