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

Method on_deploy_failure

lib-engine/src/helm.rs:1151–1158  ·  view source on GitHub ↗
(
        &self,
        _kubernetes_config: &Path,
        _envs: &[(&str, &str)],
        payload: Option<ChartPayload>,
    )

Source from the content-addressed store, hash-verified

1149 }
1150
1151 fn on_deploy_failure(
1152 &self,
1153 _kubernetes_config: &Path,
1154 _envs: &[(&str, &str)],
1155 payload: Option<ChartPayload>,
1156 ) -> Result<Option<ChartPayload>, CommandError> {
1157 Ok(payload)
1158 }
1159}
1160
1161pub fn get_engine_helm_action_from_location(location: &EngineLocation) -> HelmAction {

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected